更新配置

This commit is contained in:
谷成伟 2024-07-03 09:42:10 +08:00
parent c94a4a6ae9
commit 461fb6831e

View File

@ -44,13 +44,22 @@
"type": "yc", "type": "yc",
//属性参数 //属性参数
"params": { "params": {
//上界
"upBound": 9999,
//下界
"lowBound": 0,
//基值, default: 0
"base": 0,
//系数, default: 1
"coef": 1
} }
}, },
{ {
"name": "Ib", "name": "Switch01",
"type": "yc", "type": "yx",
"params": { "params": {
//是否取反,default: 0
"invert": 0
} }
} }
], ],