Skip to content

Commit

Permalink
Merge pull request #35 from vkoop/feature/fix-documentation
Browse files Browse the repository at this point in the history
fix missing string escaping in documentation
  • Loading branch information
tsightler authored Sep 18, 2020
2 parents 825b9f9 + 14fc702 commit 9091398
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 9091398

Please sign in to comment.