mirror of https://github.com/arendst/Tasmota.git
Merge pull request #10617 from s-hadinger/zigbee_zbstatus0_bad_json
Zigbee fix bad JSON for `ZbStatus0`
This commit is contained in:
commit
0fbdfceac7
|
@ -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