mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-18 00:10:20 +00:00
fix missing string escaping in documentation
This commit is contained in:
@@ -200,7 +200,7 @@ Bridge mqtt:broker:myUnsecureBroker [ host="localhost", secure=false ]
|
|||||||
commandTopic="tuya/<tuyAPI-id>/<tuyAPI-key>/<tuyAPI-ip>/command",
|
commandTopic="tuya/<tuyAPI-id>/<tuyAPI-key>/<tuyAPI-ip>/command",
|
||||||
|
|
||||||
// optional custom mqtt-payloads for ON and OFF
|
// optional custom mqtt-payloads for ON and OFF
|
||||||
on="{ \"dps": 1, \"set\": true },
|
on="{ \"dps\": 1, \"set\": true }",
|
||||||
off="0"
|
off="0"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user