You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
395 B
12 lines
395 B
{
|
|
// 控制所有灯编码,1 为开启所有灯,2 为关闭所有灯
|
|
"CtrlAllLightCodeList": [ "" ],
|
|
// 开启某一路灯编码,不互斥,index 互相对应
|
|
"OpenLightCodeList": [ "" ],
|
|
// 关闭某一路灯编码,不互斥,index 互相对应
|
|
"CloseLightCodeList": [ "" ],
|
|
// 互锁编码,控制只有一路灯亮,index 互相对应
|
|
"LockLightOnCodeList": [ "" ],
|
|
// 互锁编码,控制只有一路灯灭,index 互相对应
|
|
"LockLightOffCodeList": [ "" ]
|
|
}
|