From 6ce87d7038a1a168d5eb26dd559e0155f3086a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=88=90=E4=BC=9F?= Date: Mon, 28 Oct 2024 09:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0,=20=20?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/datacollect/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/datacollect/README.md b/docs/datacollect/README.md index 16e1b000..6b2be2a3 100644 --- a/docs/datacollect/README.md +++ b/docs/datacollect/README.md @@ -312,9 +312,13 @@ PS: 同一节点只允许建立一条连接。 "deviceId": "112345123546", //设备属性编码 "attrCode": "Ia", + //属性值 + "attrValue": 0, //事件类型 ( 0-遥信变位 1-越上限 2-越下限) "eventType": 0, //事件发生时刻 - "eventTime": 12321351235123 + "eventTime": 12321351235123, + //限值 + "limitValue": null } ```