Remove underscore from LinkQuality field

This commit is contained in:
Stephan Hadinger 2019-11-03 20:43:42 +01:00
parent f999f42518
commit b7207839bb
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ int32_t Z_ReceiveAfIncomingMessage(int32_t res, const class SBuffer &buf) {
zcl_received.postProcessAttributes(srcaddr, json);
// Add linkquality
json[F("_" D_CMND_ZIGBEE_LINKQUALITY)] = linkquality; // prefix with underscore for metadata
json[F(D_CMND_ZIGBEE_LINKQUALITY)] = linkquality; // prefix with underscore for metadata
msg = "";
json_root.printTo(msg);