diff --git a/README.md b/README.md index 69a7427..47e298c 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ Bridge mqtt:broker:myUnsecureBroker [ host="localhost", secure=false ] commandTopic="tuya////command", // optional custom mqtt-payloads for ON and OFF - on="{ \"dps": 1, \"set\": true }, + on="{ \"dps\": 1, \"set\": true }", off="0" ] }