fix missing string escaping in documentation

This commit is contained in:
Viktor Koop
2019-12-23 17:54:37 +01:00
parent 825b9f97ce
commit 14fc702041

View File

@@ -200,7 +200,7 @@ Bridge mqtt:broker:myUnsecureBroker [ host="localhost", secure=false ]
commandTopic="tuya/<tuyAPI-id>/<tuyAPI-key>/<tuyAPI-ip>/command",
// optional custom mqtt-payloads for ON and OFF
on="{ \"dps": 1, \"set\": true },
on="{ \"dps\": 1, \"set\": true }",
off="0"
]
}