Skip to content

Commit

Permalink
fix missing string escaping in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoop committed Dec 23, 2019
1 parent 825b9f9 commit 14fc702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
Expand Down

0 comments on commit 14fc702

Please sign in to comment.