From 57a4153a418d6daebc5d407f700caa611de9d05f Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 18 Jan 2021 18:31:19 +0100 Subject: [PATCH] Zigbee fix bad JSON for `ZbStatus0` --- tasmota/xdrv_23_zigbee_2a_devices_impl.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_23_zigbee_2a_devices_impl.ino b/tasmota/xdrv_23_zigbee_2a_devices_impl.ino index ffb5a72df..7d850ef5a 100644 --- a/tasmota/xdrv_23_zigbee_2a_devices_impl.ino +++ b/tasmota/xdrv_23_zigbee_2a_devices_impl.ino @@ -767,7 +767,7 @@ String Z_Devices::dumpCoordinator(void) const { attr_list.addAttributePMEM(PSTR("IEEEAddr")).setHex64(localIEEEAddr); attr_list.addAttributePMEM(PSTR("TotalDevices")).setUInt(zigbee_devices.devicesSize()); - return attr_list.toString(); + return attr_list.toString(true); } // If &device == nullptr, then dump all