From 14fc7020411985d3309175ef00459ad742803a91 Mon Sep 17 00:00:00 2001 From: Viktor Koop Date: Mon, 23 Dec 2019 17:54:37 +0100 Subject: [PATCH] fix missing string escaping in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }