Page 1 of 1

Docup...maybe? command reference servo mqtt example

Posted: 10 Nov 2019, 01:02
by dampa
If you go to https://www.letscontrolit.com/wiki/inde ... _Reference and scroll down to the 'servo' command, the example is
Example for MQTT: <MQTT subscribe template>/cmd Servo 1 0 120
shouldn't it be showing the commas between the payload values like
Example for MQTT:
The topic should be "<MQTT subscribe template>/cmd" and the payload will be "Servo,1,0,120"
or shortened to
Topic: MQTT_subscribe_topic/cmd
payload: "Servo,1,0,120"

Re: Docup...maybe? command reference servo mqtt example

Posted: 10 Nov 2019, 10:26
by TD-er
See: https://github.com/letscontrolit/ESPEasy/issues/2724
Both a space and a comma are accepted as separator.