Commit 63b4549b7d54bdd06cc893c28dc7e06f3200fce5

Authored by 刘琴
1 parent 301a714b

数字题返回事件示例代码少了[]

Communication protocol-B200W-MQTT Protocol.md
@@ -1717,11 +1717,11 @@ Return the receiving status after sending command @@ -1717,11 +1717,11 @@ Return the receiving status after sending command
1717 { 1717 {
1718 "fun": "fEvtQANum", 1718 "fun": "fEvtQANum",
1719 "dataTag":"1", 1719 "dataTag":"1",
1720 - "data": { 1720 + "data":[{
1721 "keySn": "1234567890", 1721 "keySn": "1234567890",
1722 "keyValue":"10", 1722 "keyValue":"10",
1723 "keyTime":3.2 1723 "keyTime":3.2
1724 - } 1724 + }]
1725 } 1725 }
1726 ``` 1726 ```
1727 1727
通讯协议-B200W-MQTT协议[外].md
@@ -1711,11 +1711,11 @@ MQTT服务器配置结果检查 @@ -1711,11 +1711,11 @@ MQTT服务器配置结果检查
1711 { 1711 {
1712 "fun": "fEvtQANum", 1712 "fun": "fEvtQANum",
1713 "dataTag":"1", 1713 "dataTag":"1",
1714 - "data": { 1714 + "data":[{
1715 "keySn": "1234567890", 1715 "keySn": "1234567890",
1716 "keyValue":"10", 1716 "keyValue":"10",
1717 "keyTime":3.2 1717 "keyTime":3.2
1718 - } 1718 + }]
1719 } 1719 }
1720 ``` 1720 ```
1721 1721