mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 04:06:34 +00:00
Rename Status to JoinStatus to avoid malformed JSON
This commit is contained in:
parent
85ed1bebca
commit
f359f276f9
@ -1535,7 +1535,7 @@ int32_t EZ_ReceiveTCJoinHandler(int32_t res, const class SBuffer &buf) {
|
|||||||
Response_P(PSTR("{\"" D_JSON_ZIGBEE_STATE "\":{"
|
Response_P(PSTR("{\"" D_JSON_ZIGBEE_STATE "\":{"
|
||||||
"\"Status\":%d,\"IEEEAddr\":\"0x%s\",\"ShortAddr\":\"0x%04X\""
|
"\"Status\":%d,\"IEEEAddr\":\"0x%s\",\"ShortAddr\":\"0x%04X\""
|
||||||
",\"ParentNetwork\":\"0x%04X\""
|
",\"ParentNetwork\":\"0x%04X\""
|
||||||
",\"Status\":%d,\"Decision\":%d"
|
",\"JoinStatus\":%d,\"Decision\":%d"
|
||||||
"}}"),
|
"}}"),
|
||||||
ZIGBEE_STATUS_DEVICE_INDICATION, hex, srcAddr, parentNw,
|
ZIGBEE_STATUS_DEVICE_INDICATION, hex, srcAddr, parentNw,
|
||||||
status, decision
|
status, decision
|
||||||
|
Loading…
x
Reference in New Issue
Block a user