Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tz88.json #7513

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
]
}
Loading