文档更新, 事件上报命令

This commit is contained in:
谷成伟 2024-10-28 09:48:26 +08:00
parent 2c3bbe2066
commit 6ce87d7038

View File

@ -312,9 +312,13 @@ PS: 同一节点只允许建立一条连接。
"deviceId": "112345123546", "deviceId": "112345123546",
//设备属性编码 //设备属性编码
"attrCode": "Ia", "attrCode": "Ia",
//属性值
"attrValue": 0,
//事件类型 ( 0-遥信变位 1-越上限 2-越下限) //事件类型 ( 0-遥信变位 1-越上限 2-越下限)
"eventType": 0, "eventType": 0,
//事件发生时刻 //事件发生时刻
"eventTime": 12321351235123 "eventTime": 12321351235123,
//限值
"limitValue": null
} }
``` ```