mirror of https://github.com/arendst/Tasmota.git
Zigbee fix bad JSON for `ZbStatus0`
This commit is contained in:
parent
ea2be66731
commit
57a4153a41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue