Zigbee fix bad JSON for `ZbStatus0`

This commit is contained in:
Stephan Hadinger 2021-01-18 18:31:19 +01:00
parent ea2be66731
commit 57a4153a41
1 changed files with 1 additions and 1 deletions

View File

@ -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