modify relay config.
This commit is contained in:
parent
5a864ded32
commit
316fa0ab58
@ -6,6 +6,7 @@
|
|||||||
{
|
{
|
||||||
"active": true,
|
"active": true,
|
||||||
"id": 1,
|
"id": 1,
|
||||||
|
"ids": [1],
|
||||||
"logic": "S02C01p##NO"
|
"logic": "S02C01p##NO"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1,26 +1,24 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"slot": 14,
|
"slot": 14,
|
||||||
"slot_type":"TMR", // Single 与 TMR
|
"card_type": 5,
|
||||||
"relay_assiciation": [
|
"relay_assiciation": [
|
||||||
{
|
{
|
||||||
"active": true,
|
"active": true,
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"group": true,
|
"ids": [1, 2, 3],
|
||||||
"group_ids": [2, 3],
|
|
||||||
"logic": "S02C01A1 + S02C01A2"
|
"logic": "S02C01A1 + S02C01A2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"active": true,
|
"active": true,
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"group": true,
|
"ids": [4, 5, 6],
|
||||||
"group_ids": [5, 6],
|
|
||||||
"logic": "S02C01A1 + S02C01A2"
|
"logic": "S02C01A1 + S02C01A2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"active": true,
|
"active": true,
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"group": false,
|
"ids": [7],
|
||||||
"logic": "S02C01A1 + S02C01A2"
|
"logic": "S02C01A1 + S02C01A2"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -357,6 +357,19 @@ p, li { white-space: pre-wrap; }
|
|||||||
<string>激活</string>
|
<string>激活</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
<widget class="QCheckBox" name="checkBox_2">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>140</x>
|
||||||
|
<y>40</y>
|
||||||
|
<width>71</width>
|
||||||
|
<height>16</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>成组</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QPushButton" name="pushButton_21">
|
<widget class="QPushButton" name="pushButton_21">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user