Skip to content

Commit

Permalink
Update tz88.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobis-Knight authored Dec 22, 2024
1 parent c80a52d commit 5fd0343
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion packages/config/config/devices/0x0118/tz88.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"label": "Threshold for Load Caution (10mA)",
"description": "Threshold (x0.01A) of current for Load Caution",
"valueSize": 2,
"minValue": 1,
"minValue": 10,
"maxValue": 1300,
"defaultValue": 1300
},
Expand All @@ -60,6 +60,51 @@
"minValue": 1,
"maxValue": 10000,
"defaultValue": 10000
},
{
"#": "5",
"label": "Restore switch state mode",

Check failure on line 66 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 = Switch off, 1 = Last switch state, 2 = Switch on",
"valueSize": 1,
"minValue": 0,
"maxValue": 2,
"defaultValue": 1
},
{
"#": "6",
"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,
"maxValue": 1,
"defaultValue": 1
},
{
"#": "7",
"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,
"maxValue": 2,
"defaultValue": 1
},
{
"#": "8",
"label": "Auto off timer (1s)",

Check failure on line 93 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 auto off function",
"valueSize": 2,
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
},
{
"#": "9",
"label": " RF off command mode",

Check failure on line 102 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

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

View workflow job for this annotation

GitHub Actions / lint-zwave (18)

Leading and trailing whitespace is not allowed
"description": "0 = Switch off, 1 = Ignore, 2 = Switch toggle, 3 = Switch on",
"valueSize": 1,
"minValue": 0,
"maxValue": 3,
"defaultValue": 0
}
]
}

0 comments on commit 5fd0343

Please sign in to comment.