From f359f276f9d486fffee04b32ad8e283a6668c0bf Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Sun, 20 Dec 2020 22:50:10 +0100 Subject: [PATCH] Rename Status to JoinStatus to avoid malformed JSON --- tasmota/xdrv_23_zigbee_8_parsers.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_23_zigbee_8_parsers.ino b/tasmota/xdrv_23_zigbee_8_parsers.ino index 172c85181..5d92458de 100644 --- a/tasmota/xdrv_23_zigbee_8_parsers.ino +++ b/tasmota/xdrv_23_zigbee_8_parsers.ino @@ -1535,7 +1535,7 @@ int32_t EZ_ReceiveTCJoinHandler(int32_t res, const class SBuffer &buf) { Response_P(PSTR("{\"" D_JSON_ZIGBEE_STATE "\":{" "\"Status\":%d,\"IEEEAddr\":\"0x%s\",\"ShortAddr\":\"0x%04X\"" ",\"ParentNetwork\":\"0x%04X\"" - ",\"Status\":%d,\"Decision\":%d" + ",\"JoinStatus\":%d,\"Decision\":%d" "}}"), ZIGBEE_STATUS_DEVICE_INDICATION, hex, srcAddr, parentNw, status, decision