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

feat(config): update to TKB Home TZ88 #7523

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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 Modee",
"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",
"description": "0 = Disable, 1 = Enable",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1
},
{
"#": "7",
"label": "LED Indication Mode",
"description": "1 = Show switch state, 2 = Show night mode",
"valueSize": 1,
"minValue": 1,
"maxValue": 2,
"defaultValue": 1
},
{
"#": "8",
"label": "Auto Off Timer (1s)",
"description": "0 = Disable auto off function",
"valueSize": 2,
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
},
{
"#": "9",
"label": "Rf Off Command Mode",
"description": "0 = Switch off, 1 = Ignore, 2 = Switch toggle, 3 = Switch on",
"valueSize": 1,
"minValue": 0,
"maxValue": 3,
"defaultValue": 0
}
]
}
Loading