diff --git a/doc/singlerelay.jsonc b/doc/singlerelay.jsonc index d969e30..c814fb0 100644 --- a/doc/singlerelay.jsonc +++ b/doc/singlerelay.jsonc @@ -6,6 +6,7 @@ { "active": true, "id": 1, + "ids": [1], "logic": "S02C01p##NO" }, { diff --git a/doc/tmrrelay.jsonc b/doc/tmrrelay.jsonc index e348d1d..a97b7f9 100644 --- a/doc/tmrrelay.jsonc +++ b/doc/tmrrelay.jsonc @@ -1,26 +1,24 @@ { "version": 1, "slot": 14, - "slot_type":"TMR", // Single 与 TMR + "card_type": 5, "relay_assiciation": [ { "active": true, "id": 1, - "group": true, - "group_ids": [2, 3], + "ids": [1, 2, 3], "logic": "S02C01A1 + S02C01A2" }, { "active": true, "id": 4, - "group": true, - "group_ids": [5, 6], + "ids": [4, 5, 6], "logic": "S02C01A1 + S02C01A2" }, { "active": true, "id": 7, - "group": false, + "ids": [7], "logic": "S02C01A1 + S02C01A2" } ] diff --git a/singlerelay.ui b/singlerelay.ui index 7bba95c..3bf66e3 100644 --- a/singlerelay.ui +++ b/singlerelay.ui @@ -357,6 +357,19 @@ p, li { white-space: pre-wrap; } 激活 + + + + 140 + 40 + 71 + 16 + + + + 成组 + +