26 lines
591 B
JSON
26 lines
591 B
JSON
|
{
|
||
|
"slot": 14,
|
||
|
"slot_type":"TMR", // Single 与 TMR
|
||
|
"relay_assiciation": [
|
||
|
{
|
||
|
"active": true,
|
||
|
"id": 1,
|
||
|
"group": true,
|
||
|
"group_ids": [2, 3],
|
||
|
"logic": "S02C01A1 + S02C01A2"
|
||
|
},
|
||
|
{
|
||
|
"active": true,
|
||
|
"id": 4,
|
||
|
"group": true,
|
||
|
"group_ids": [5, 6],
|
||
|
"logic": "S02C01A1 + S02C01A2"
|
||
|
},
|
||
|
{
|
||
|
"active": true,
|
||
|
"id": 7,
|
||
|
"group": false,
|
||
|
"logic": "S02C01A1 + S02C01A2"
|
||
|
}
|
||
|
]
|
||
|
}
|