Merge pull request #10617 from s-hadinger/zigbee_zbstatus0_bad_json

Zigbee fix bad JSON for `ZbStatus0`
This commit is contained in:
s-hadinger 2021-01-18 19:53:47 +01:00 committed by GitHub
commit 0fbdfceac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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