unparagoned / njsTuya

Openhab interface for Tuya home automation devices sold under various names
27 stars 11 forks source link

get/set command format issue with openhab #15

Closed unparagoned closed 4 years ago

unparagoned commented 5 years ago

From the console the set/get command that works fine on both windows and linux is "{ \"dps\": 1, \"set\": true }". But using the openhab rules and execcommand it needs to be of the following format on linux, '{ "dps": 1, "set": true }'. I've set the docs to reccomend the former, but don't know what issues this will cause for people using openhab on windows.