SwitchBot-MQTT-BLE-ESP32 icon indicating copy to clipboard operation
SwitchBot-MQTT-BLE-ESP32 copied to clipboard

Add possible JSON payload coming in via MQTT for use with Domoticz

Open sb37 opened this issue 1 year ago • 0 comments

Add possible JSON payload coming in via MQTT. This is needed for Domoticz. It used to send position requests for curtain using integers. Since the last update it uses {"position":< integer >} as payload via MQTT. Other commands like PAUSE are sent as STRINGs, not JSON.

sb37 avatar Mar 26 '23 19:03 sb37