modify relay config.
This commit is contained in:
parent
5a864ded32
commit
316fa0ab58
@ -6,6 +6,7 @@
|
||||
{
|
||||
"active": true,
|
||||
"id": 1,
|
||||
"ids": [1],
|
||||
"logic": "S02C01p##NO"
|
||||
},
|
||||
{
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
@ -357,6 +357,19 @@ p, li { white-space: pre-wrap; }
|
||||
<string>激活</string>
|
||||
</property>
|
||||
</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 class="QPushButton" name="pushButton_21">
|
||||
<property name="geometry">
|
||||
|
Loading…
x
Reference in New Issue
Block a user