mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-09-07 21:53:52 +00:00
* Update controller.js Do not use JSON.stringify when outputting Non-JSON to MQTT. When using JSON.stringify strings are quoted in the MQTT messages but they should not be quoted (MQTT is different from JSON). * Update controller.js * Update controller.js * Update controller.js