From 8c6f188767f805c575a9cbceec30575fcafcb2d5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 11 Aug 2020 13:01:33 +0530 Subject: [PATCH] Forgot to use " for key names --- docs/rc_protocol.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/rc_protocol.rst b/docs/rc_protocol.rst index 6cc229752..0e0d51eb6 100644 --- a/docs/rc_protocol.rst +++ b/docs/rc_protocol.rst @@ -10,10 +10,10 @@ form:: Where ```` is the byte ``0x1b``. The JSON object has the form:: { - 'cmd': "command name", - 'version': , - 'no_response': Optional Boolean, - 'payload': , + "cmd": "command name", + "version": , + "no_response": Optional Boolean, + "payload": , } The ``version`` above is an array of the form :code:`[0, 14, 2]`. If you are developing a