From 461fb6831e62d95a7060cbbf3caaf23f7b96a7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=88=90=E4=BC=9F?= Date: Wed, 3 Jul 2024 09:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/datacollect/README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/datacollect/README.md b/docs/datacollect/README.md index f91edfbe..d91e354b 100644 --- a/docs/datacollect/README.md +++ b/docs/datacollect/README.md @@ -44,13 +44,22 @@ "type": "yc", //属性参数 "params": { - + //上界 + "upBound": 9999, + //下界 + "lowBound": 0, + //基值, default: 0 + "base": 0, + //系数, default: 1 + "coef": 1 } }, { - "name": "Ib", - "type": "yc", + "name": "Switch01", + "type": "yx", "params": { + //是否取反,default: 0 + "invert": 0 } } ],