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

fix(config): update EvaLogik ZW39 parameters #5175

Merged
merged 5 commits into from
Jan 25, 2023
Merged
Show file tree
Hide file tree
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
115 changes: 22 additions & 93 deletions packages/config/config/devices/0x0312/zw39.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,142 +25,71 @@
"paramInformation": [
{
"#": "1",
"label": "Dimming Step",
"description": "Percentage of step when switch is dimming up or down (0 = instant)",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0
"$import": "~/templates/master_template.json#led_indicator_four_options"
},
{
"#": "2",
"label": "Minimum Level",
"description": "Minimum dimming level for attached light",
"valueSize": 1,
"minValue": 1,
"maxValue": 99,
"defaultValue": 1
},
{
"#": "3",
"$import": "~/templates/master_template.json#led_indicator_four_options",
"defaultValue": 1
"$import": "templates/minoston_template.json#auto_off_timer"
},
{
"#": "4",
"$import": "~/templates/master_template.json#orientation"
"$import": "templates/minoston_template.json#auto_on_timer"
},
{
"#": "5",
"$import": "templates/minoston_template.json#auto_off_timer_32767s"
"#": "6",
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev",
"defaultValue": 0
},
{
"#": "7",
"label": "Association Group 3 Setting",
"description": "Change how devices respond when associated in group 3",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Dim up/down",
"value": 0
},
{
"label": "Keep in sync",
"value": 1
}
]
"$import": "~/templates/master_template.json#dimming_speed_1-99_seconds",
"defaultValue": 1
},
{
"#": "8",
"label": "Default Level (local)",
"description": "Default level when light is turned on at the switch (0 = previous level)",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0
},
{
"#": "9",
"label": "Default Level (Z-Wave)",
"description": "Default level when light is turned on via Z-Wave command (0 = previous level)",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0
},
{
"#": "6[0x01]",
"label": "Send command on local action",
"description": "When should the switch send commands to Group 3 devices?",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"$import": "~/templates/master_template.json#minimum_dim_level_0-99",
"defaultValue": 10,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "6[0x02]",
"label": "Send command on 3-way action",
"description": "When should the switch send commands to Group 3 devices?",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"#": "9",
"$import": "~/templates/master_template.json#maximum_dim_level_0-99",
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "6[0x04]",
"label": "Send command on z-wave action",
"description": "When should the switch send commands to Group 3 devices?",
"#": "10",
"label": "Local Dimmer Speed Control",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"label": "Controlled by parameter 9",
"value": 0
},
{
"label": "Enable",
"label": "Instant On/Off",
"value": 1
}
]
},
{
"#": "6[0x08]",
"label": "Send command on auto off timer",
"description": "When should the switch send commands to Group 3 devices?",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
"#": "11",
"$import": "~/templates/master_template.json#base_1-10_nounit",
"label": "Dimming Rate",
"defaultValue": 4
}
],
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion specs