Skip to content

Commit

Permalink
fix: small label change
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Sep 28, 2023
1 parent 946d5a4 commit 6c54037
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions packages/config/config/devices/0x0460/qnsw-002P16.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,36 +107,34 @@
},
{
"#": "6",
"label": "SW1 & SW2: Swap",
"description": "swaped state SW1 control O2, SW2 control O1)",
"label": "Swap Inputs",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "default",
"label": "Normal (SW1 - O1, SW2 - O2)",
"value": 0
},
{
"label": "swapped",
"label": "Swapped (SW1 - O2, SW2 - O1)",
"value": 1
}
]
},
{
"#": "16",
"label": "O1 & O2: Swap",
"description": "swaped state O1 - close, O2 - open",
"label": "Swap Outputs",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "default",
"label": "Normal",
"value": 0
},
{
"label": "swapped",
"label": "Swapped",
"value": 1
}
]
Expand Down

0 comments on commit 6c54037

Please sign in to comment.