Commit 63b4549b7d54bdd06cc893c28dc7e06f3200fce5
1 parent
301a714b
数字题返回事件示例代码少了[]
Showing
2 changed files
with
4 additions
and
4 deletions
Communication protocol-B200W-MQTT Protocol.md
... | ... | @@ -1717,11 +1717,11 @@ Return the receiving status after sending command |
1717 | 1717 | { |
1718 | 1718 | "fun": "fEvtQANum", |
1719 | 1719 | "dataTag":"1", |
1720 | - "data": { | |
1720 | + "data":[{ | |
1721 | 1721 | "keySn": "1234567890", |
1722 | 1722 | "keyValue":"10", |
1723 | 1723 | "keyTime":3.2 |
1724 | - } | |
1724 | + }] | |
1725 | 1725 | } |
1726 | 1726 | ``` |
1727 | 1727 | ... | ... |
通讯协议-B200W-MQTT协议[外].md