Skip to content

Commit

Permalink
fix: added new parameters to mh-c221.json and fixed labels
Browse files Browse the repository at this point in the history
  • Loading branch information
dlm31 authored Dec 9, 2024
1 parent 3619ea8 commit 97689d2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/config/config/devices/0x015f/mh-c221.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@
"value": 0
},
{
"label": "Toggle (2-state switches), on position-shutter open, off position -shutter closewire 1 ex, momentary or toggle key to S1 only",
"label": "Toggle (2-state switches); On position-shutter open; Off position -shutter closewire 1 ex; Momentary or toggle key to S1 only",

Check failure on line 160 in packages/config/config/devices/0x015f/mh-c221.json

View workflow job for this annotation

GitHub Actions / lint-zwave (18)

Parameter descriptions must be in Sentence case, except for Command Class names
"value": 1
},
{
"label": "Toggle (2-state switches), on position-shutter close, off postion - shutter open",
"label": "Toggle (2-state switches); On position-shutter close; Off postion - shutter open",

Check failure on line 164 in packages/config/config/devices/0x015f/mh-c221.json

View workflow job for this annotation

GitHub Actions / lint-zwave (18)

Parameter descriptions must be in Sentence case, except for Command Class names
"value": 2
}
]
Expand All @@ -174,23 +174,23 @@
"allowManualEntry": false,
"options": [
{
"label": "No external switch",
"label": "Neo external switch",
"value": 0
},
{
"label": "wire 1 ex, momentary or toggle key to S1 only",
"label": "Wire 1 ex, momentary or toggle key to S1 only",
"value": 1
},
{
"label": "wire 1 ex, momentary or toggle key to S2 only",
"label": "Wire 1 ex, momentary or toggle key to S2 only",
"value": 2
},
{
"label": "wire 2 ex, momentary or toggle keys to S1 and S2, each key can control both directions",
"label": "Wire 2 ex, momentary or toggle keys to S1 and S2, each key can control both directions",
"value": 3
},
{
"label": "wire 2",
"label": "Wire 2",
"value": 4
}
]
Expand All @@ -203,11 +203,11 @@
"allowManualEntry": false,
"options": [
{
"label": "restore factory setting",
"label": "Restore factory settings",
"value": 85
},
{
"label": "do nothing",
"label": "Do nothing",
"value": 0
}

Expand Down

0 comments on commit 97689d2

Please sign in to comment.