diff --git a/packages/config/config/devices/0x0312/zw39.json b/packages/config/config/devices/0x0312/zw39.json index 89421ab42396..d2aad8788e22 100644 --- a/packages/config/config/devices/0x0312/zw39.json +++ b/packages/config/config/devices/0x0312/zw39.json @@ -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": { diff --git a/specs b/specs index 9cdd880fe220..d6c115ec1c46 160000 --- a/specs +++ b/specs @@ -1 +1 @@ -Subproject commit 9cdd880fe2204819df5b9e7d4715e6595791d744 +Subproject commit d6c115ec1c46dd1db9f3dca3fc2106df577fac9c