mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
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…
x
Reference in New Issue
Block a user