TSI_Config/doc/tmrrelay.jsonc

25 lines
536 B
JSON
Raw Normal View History

2024-12-26 14:25:38 +08:00
{
2024-12-26 14:45:45 +08:00
"version": 1,
2024-12-26 14:25:38 +08:00
"slot": 14,
2024-12-31 11:12:09 +08:00
"card_type": 5,
2024-12-26 14:25:38 +08:00
"relay_assiciation": [
{
"active": true,
"id": 1,
2024-12-31 11:12:09 +08:00
"ids": [1, 2, 3],
2024-12-26 14:25:38 +08:00
"logic": "S02C01A1 + S02C01A2"
},
{
"active": true,
"id": 4,
2024-12-31 11:12:09 +08:00
"ids": [4, 5, 6],
2024-12-26 14:25:38 +08:00
"logic": "S02C01A1 + S02C01A2"
},
{
"active": true,
"id": 7,
2024-12-31 11:12:09 +08:00
"ids": [7],
2024-12-26 14:25:38 +08:00
"logic": "S02C01A1 + S02C01A2"
}
]
}