mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-15 16:18:51 +00:00
32b76edb7c
* 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