Skip to content

Commit

Permalink
feat(config): update to TKB Home TZ88
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobis-Knight authored Dec 28, 2024
1 parent c8c0315 commit 932f4e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/config/config/devices/0x0118/tz88.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
{
"#": "5",
"label": "Restore switch state mode",
"label": "Restore Switch State Modee",
"description": "0 = Switch off, 1 = Last switch state, 2 = Switch on",
"valueSize": 1,
"minValue": 0,
Expand All @@ -72,7 +72,7 @@
},
{
"#": "6",
"label": "Mode of switch off function",
"label": "Mode Of Switch Off Function",

Check failure on line 75 in packages/config/config/devices/0x0118/tz88.json

View workflow job for this annotation

GitHub Actions / lint-zwave (18)

Param labels must be in Title Case
"description": "0 = Disable, 1 = Enable",
"valueSize": 1,
"minValue": 0,
Expand All @@ -81,7 +81,7 @@
},
{
"#": "7",
"label": "LED indication mode",
"label": "Led Indication Mode",

Check failure on line 84 in packages/config/config/devices/0x0118/tz88.json

View workflow job for this annotation

GitHub Actions / lint-zwave (18)

Param labels must be in Title Case
"description": "1 = Show switch state, 2 = Show night mode",
"valueSize": 1,
"minValue": 1,
Expand All @@ -90,7 +90,7 @@
},
{
"#": "8",
"label": "Auto off timer (1s)",
"label": "Auto Off Timer (1s)",
"description": "0 = Disable auto off function",
"valueSize": 2,
"minValue": 0,
Expand All @@ -99,7 +99,7 @@
},
{
"#": "9",
"label": " RF off command mode",
"label": "Rf Off Command Mode",
"description": "0 = Switch off, 1 = Ignore, 2 = Switch toggle, 3 = Switch on",
"valueSize": 1,
"minValue": 0,
Expand Down

0 comments on commit 932f4e1

Please sign in to comment.