Skip to content

Commit

Permalink
Update WM25L.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiaofei authored Oct 19, 2024
1 parent c2982bc commit 4f3135f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions packages/config/config/devices/0x045a/WM25L.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"paramInformation": [{
"#": "1",
"label": "Enable manual pull-start",
"label": "Enable Manual Pull-start",

Check failure on line 35 in packages/config/config/devices/0x045a/WM25L.json

View workflow job for this annotation

GitHub Actions / lint-zwave (18)

Param labels must be in Title Case
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
Expand All @@ -48,7 +48,7 @@
},
{
"#": "2",
"label": "Set motor direction",
"label": "Set Motor Direction",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
Expand All @@ -64,7 +64,7 @@
},
{
"#": "3",
"label": "Manually set open borders",
"label": "Manually Set Open Borders",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
Expand All @@ -80,7 +80,7 @@
},
{
"#": "4",
"label": "Manually set close borders",
"label": "Manually Set Close Borders",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
Expand All @@ -96,7 +96,7 @@
},
{
"#": "5",
"label": "Set motor status",
"label": "Set Motor Status",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
Expand All @@ -116,7 +116,7 @@
},
{
"#": "6",
"label": "Calibrate the travel point",
"label": "Calibrate The Travel Point",

Check failure on line 119 in packages/config/config/devices/0x045a/WM25L.json

View workflow job for this annotation

GitHub Actions / lint-zwave (18)

Param labels must be in Title Case
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
Expand All @@ -136,31 +136,31 @@
},
{
"#": "7",
"label": "Delete the travel point",
"label": "Delete The Travel Point",

Check failure on line 139 in packages/config/config/devices/0x045a/WM25L.json

View workflow job for this annotation

GitHub Actions / lint-zwave (18)

Param labels must be in Title Case
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [{
"label": "Delete All travel",
"label": "Delete all travel",
"value": 0
},
{
"label": "Delete Up travel",
"label": "Delete up travel",
"value": 1
},
{
"label": "Delete Down travel",
"label": "Delete down travel",
"value": 2
},
{
"label": "Delete Third travel",
"label": "Delete third travel",
"value": 3
}
]
},
{
"#": "8",
"label": "Low battery level alarm threshold",
"label": "Low Battery Level Alarm Threshold",
"valueSize": 1,
"unit": "%",
"minValue": 0,
Expand All @@ -169,7 +169,7 @@
},
{
"#": "9",
"label": "Battery auto report interval time",
"label": "Battery Auto Report Interval Time",
"valueSize": 4,
"unit": "seconds",
"minValue": 0,
Expand All @@ -178,7 +178,7 @@
},
{
"#": "10",
"label": "Battery change report threshold",
"label": "Battery Change Report Threshold",
"valueSize": 1,
"unit": "%",
"minValue": 0,
Expand All @@ -187,7 +187,7 @@
},
{
"#": "11",
"label": "Curtain status report command setting",
"label": "Curtain Status Report Command Setting",
"valueSize": 1,
"defaultValue": 6,
"allowManualEntry": false,
Expand All @@ -200,27 +200,27 @@
"value": 1
},
{
"label": "Send Switch Multilevel Report",
"label": "Send Multilevel Switch Report",
"value": 2
},
{
"label": "Send Window Covering Report",

Check failure on line 207 in packages/config/config/devices/0x045a/WM25L.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": 3
},
{
"label": "Send Basic Report and Switch Multilevel Report",
"label": "Send Basic Report and Multilevel Switch Report",
"value": 4
},
{
"label": "Send Basic Report and Window Covering Report",

Check failure on line 215 in packages/config/config/devices/0x045a/WM25L.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": 5
},
{
"label": "Send Switch Multilevel Report and Window Covering Report",
"label": "Send Multilevel Switch Report and Window Covering Report",

Check failure on line 219 in packages/config/config/devices/0x045a/WM25L.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": 6
},
{
"label": "Send Basic Report and Switch Multilevel Report and Window Covering Report",
"label": "Send Basic Report and Multilevel Switch Report and Window Covering Report",

Check failure on line 223 in packages/config/config/devices/0x045a/WM25L.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": 7
}
]
Expand Down

0 comments on commit 4f3135f

Please sign in to comment.