@zwave-js/config 12.5.1 → 12.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ConfigManager.js.map +1 -1
- package/build/DeviceClasses.js.map +1 -1
- package/build/Indicators.js.map +1 -1
- package/build/JsonTemplate.js.map +1 -1
- package/build/Logic.js.map +1 -1
- package/build/LogicParser.js.map +1 -1
- package/build/Manufacturers.js.map +1 -1
- package/build/Meters.js.map +1 -1
- package/build/Notifications.d.ts +1 -0
- package/build/Notifications.d.ts.map +1 -1
- package/build/Notifications.js +18 -0
- package/build/Notifications.js.map +1 -1
- package/build/Scales.js.map +1 -1
- package/build/SensorTypes.js.map +1 -1
- package/build/devices/AssociationConfig.js.map +1 -1
- package/build/devices/CompatConfig.js.map +1 -1
- package/build/devices/ConditionalItem.js.map +1 -1
- package/build/devices/ConditionalPrimitive.js.map +1 -1
- package/build/devices/DeviceConfig.js.map +1 -1
- package/build/devices/DeviceMetadata.js.map +1 -1
- package/build/devices/EndpointConfig.js.map +1 -1
- package/build/devices/ParamInformation.js.map +1 -1
- package/build/utils.js.map +1 -1
- package/build/utils_safe.js.map +1 -1
- package/config/.dprint.jsonc +1 -1
- package/config/devices/0x0000/{700_series_controller.json → 700_800_series_controller.json} +1 -1
- package/config/devices/0x001d/914trl.json +4 -4
- package/config/devices/0x001d/dz15s.json +1 -1
- package/config/devices/0x001d/dz1kd.json +6 -6
- package/config/devices/0x001d/dz6hd.json +6 -6
- package/config/devices/0x001d/dzpa1.json +1 -1
- package/config/devices/0x001d/dzpd3.json +4 -4
- package/config/devices/0x001d/templates/{config_template.json → leviton_template.json} +143 -0
- package/config/devices/0x001d/vrp15.json +1 -1
- package/config/devices/0x001d/vrpd3.json +4 -4
- package/config/devices/0x001d/zw15r.json +1 -1
- package/config/devices/0x001d/zw15s.json +29 -0
- package/config/devices/0x001d/zw4sf.json +3 -3
- package/config/devices/0x001d/zw6hd.json +61 -0
- package/config/devices/0x0063/14297_zw1002.json +16 -0
- package/config/devices/0x0063/58433_59344_zwa4011.json +67 -1
- package/config/devices/0x0063/59368_zwa4012.json +80 -0
- package/config/devices/0x013c/nsg-ab-02.json +101 -0
- package/config/devices/0x019b/leakage-stopper.json +297 -0
- package/config/devices/0x019b/templates/heatit_template.json +21 -0
- package/config/devices/0x027a/templates/zooz_template.json +39 -0
- package/config/devices/0x027a/zen37.json +162 -0
- package/config/devices/0x0346/ring_smoke_co_listener.json +70 -0
- package/config/devices/0x045a/Z-TRV-V01.json +155 -0
- package/config/devices/0x0460/qmem-0A1PC16.json +50 -0
- package/config/devices/0x0460/qmsw-0A1P8.json +101 -0
- package/config/devices/0x0460/qmsw-0A1X8.json +91 -0
- package/config/devices/0x0460/qnpl-001X12.json +101 -0
- package/config/devices/0x0460/qnpl-001X16.json +101 -0
- package/config/devices/0x0460/qnsh-001P10.json +5 -47
- package/config/devices/0x0460/qnsn-0A24X.json +66 -0
- package/config/devices/0x0460/qnsn-0D24X.json +66 -0
- package/config/devices/0x0460/qnsw-001P16.json +35 -186
- package/config/devices/0x0460/qnsw-001X16.json +29 -173
- package/config/devices/0x0460/qnsw-002P16.json +52 -286
- package/config/devices/0x0460/qpsw-0A1P16.json +105 -0
- package/config/devices/0x0460/qpsw-0A1X16.json +96 -0
- package/config/devices/0x0460/qpsw-0A2P16.json +148 -0
- package/config/devices/0x0460/qpsw-0A2X16.json +128 -0
- package/config/devices/0x0460/templates/wave_template.json +168 -0
- package/config/notifications.json +18 -6
- package/package.json +22 -22
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"paramInformation": [
|
|
32
32
|
{
|
|
33
33
|
"#": "1",
|
|
34
|
-
"$import": "templates/
|
|
34
|
+
"$import": "templates/leviton_template.json#fade_on_time"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"#": "2",
|
|
38
|
-
"$import": "templates/
|
|
38
|
+
"$import": "templates/leviton_template.json#fade_off_time"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"#": "3",
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"#": "7",
|
|
51
|
-
"$import": "templates/
|
|
51
|
+
"$import": "templates/leviton_template.json#locator_led"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"#": "8",
|
|
55
|
-
"$import": "templates/
|
|
55
|
+
"$import": "templates/leviton_template.json#load_type"
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
58
|
"metadata": {
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Leviton",
|
|
3
|
+
"manufacturerId": "0x001d",
|
|
4
|
+
"label": "ZW15S",
|
|
5
|
+
"description": "Decora Smart 800 Series Switch",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0042",
|
|
9
|
+
"productId": "0x0002",
|
|
10
|
+
"zwaveAllianceId": 5007
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "7",
|
|
20
|
+
"$import": "templates/leviton_template.json#status_led_800_series"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"metadata": {
|
|
24
|
+
"inclusion": "For older controllers, Classic Inclusion is supported.\nDepending on the age of the controller it may need to be 3 to 35 feet from the device when including.\n1. Enter setup mode (see page 10).\n2. Follow the Z-Wave controller instructions to enter inclusion mode.\n3. Tap the top rocker 1 time, the Status LED will quickly flash GREEN.\n4. The Z-Wave controller will confirm successful inclusion to the Z-Wave network",
|
|
25
|
+
"exclusion": "The Exclusion command found in the Z-Wave controller is used as a best practice for removing devices from a Z-Wave network.\n1. Enter setup mode (see page 10).\n2. Follow the Z-Wave controller instructions to enter exclusion mode.\n3. Tap the top rocker 1 time, the Status LED will quickly flash GREEN.\n4. The Z-Wave controller will confirm successful exclusion from the Z-Wave network",
|
|
26
|
+
"reset": "When removing a Z-Wave device from the network, it is best practice to use the exclusion process. In situations where a device needs to be returned to factory default settings, follow the steps below. Please use this procedure only when the network primary controller is missing or otherwise inoperable.\n1. Hold the top rocker for 14 seconds: After the first 7 seconds, the Status LED will turn AMBER. Continue holding until the Status LED flashes RED/AMBER then release.\n2. The device will reset",
|
|
27
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=cert_portal/certs/997/DI-000-ZW15S-02A-X7.pdf"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"#": "5",
|
|
29
|
-
"$import": "templates/
|
|
29
|
+
"$import": "templates/leviton_template.json#preset_level"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"#": "6",
|
|
33
|
-
"$import": "templates/
|
|
33
|
+
"$import": "templates/leviton_template.json#led_timeout"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"#": "7",
|
|
37
|
-
"$import": "templates/
|
|
37
|
+
"$import": "templates/leviton_template.json#locator_led"
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
40
|
"metadata": {
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Leviton",
|
|
3
|
+
"manufacturerId": "0x001d",
|
|
4
|
+
"label": "ZW6HD",
|
|
5
|
+
"description": "Decora Smart 800 Series Dimmer",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0041",
|
|
9
|
+
"productId": "0x0002",
|
|
10
|
+
"zwaveAllianceId": 4901
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "1",
|
|
20
|
+
"$import": "templates/leviton_template.json#fade_on_time_800_series"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"#": "2",
|
|
24
|
+
"$import": "templates/leviton_template.json#fade_off_time_800_series"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"#": "3",
|
|
28
|
+
"$import": "templates/leviton_template.json#minimum_dim_level_800_series"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"#": "4",
|
|
32
|
+
"$import": "templates/leviton_template.json#maximum_dim_level_800_series"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"#": "5",
|
|
36
|
+
"$import": "templates/leviton_template.json#preset_level_800_series"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"#": "6",
|
|
40
|
+
"$import": "templates/leviton_template.json#led_timeout_800_series"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"#": "7",
|
|
44
|
+
"$import": "templates/leviton_template.json#status_led_800_series"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"#": "8",
|
|
48
|
+
"$import": "templates/leviton_template.json#load_type_800_series"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"#": "9",
|
|
52
|
+
"$import": "templates/leviton_template.json#control_timing"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"metadata": {
|
|
56
|
+
"inclusion": "For older controllers, Classic Inclusion is supported.\nDepending on the age of the controller it may need to be 3 to 35 feet from the device when including.\n1. Enter setup mode (see page 10).\n2. Follow the Z-Wave controller instructions to enter\ninclusion mode.\n3. Tap the top rocker 1 time, the Status LED will quickly\nflash GREEN.\n4. The Z-Wave controller will confirm successful inclusion to the Z-Wave network",
|
|
57
|
+
"exclusion": "The Exclusion command found in the Z-Wave controller is used as a best practice for removing devices from a\nZ-Wave network.\n1. Enter setup mode (see page 10).\n2. Follow the Z-Wave controller instructions to enter\nexclusion mode.\n3. Tap the top rocker 1 time, the Status LED will quickly\nflash GREEN.\n4. The Z-Wave controller will confirm successful exclusion from the Z-Wave network",
|
|
58
|
+
"reset": "When removing a Z-Wave device from the network, it is best practice to use the exclusion process. In situations where a device needs to be returned to factory default settings, follow the steps below. Please use this procedure only when the network primary controller is missing or otherwise inoperable.\n1. Hold the top rocker for 14 seconds: After the first 7 seconds, the Status LED will turn AMBER. Continue holding until the Status LED flashes RED/AMBER then release.\n2. The device will reset",
|
|
59
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=cert_portal/certs/633/DI-000-ZW6HD-02A-X4.pdf"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -7,10 +7,26 @@
|
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x4952",
|
|
9
9
|
"productId": "0x3233"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"productType": "0x4952",
|
|
13
|
+
"productId": "0x3236"
|
|
10
14
|
}
|
|
11
15
|
],
|
|
12
16
|
"firmwareVersion": {
|
|
13
17
|
"min": "0.0",
|
|
14
18
|
"max": "255.255"
|
|
19
|
+
},
|
|
20
|
+
"paramInformation": [
|
|
21
|
+
{
|
|
22
|
+
"#": "3",
|
|
23
|
+
"$import": "~/templates/master_template.json#led_indicator_three_options"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"metadata": {
|
|
27
|
+
"inclusion": "Follow the instructions for your Z-Wave certified\ncontroller to add a device to the Z-Wave network.\n2. Once the controller is ready to add your device, press and\nrelease the Program Button to add it in the network",
|
|
28
|
+
"exclusion": "1. Follow the instructions for your Z-Wave certified controller to\nremove a device from the Z-Wave network.\n2. Once the controller is ready to remove your device, press and\nrelease the manual/program button to remove it from the\nnetwork",
|
|
29
|
+
"reset": "Press the button 3 times, then press and hold the button for at least 3\nseconds. The LED will blink 5 times to confirm.\nNOTE: This should only be used in the event your network’s primary\ncontroller is missing or otherwise inoperable",
|
|
30
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2236/14288%20QSG%20v1.pdf"
|
|
15
31
|
}
|
|
16
32
|
}
|
|
@@ -7,11 +7,77 @@
|
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x4952",
|
|
9
9
|
"productId": "0x3239"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"productType": "0x4952",
|
|
13
|
+
"productId": "0x3333"
|
|
10
14
|
}
|
|
11
15
|
],
|
|
12
16
|
"firmwareVersion": {
|
|
13
17
|
"min": "0.0",
|
|
14
18
|
"max": "255.255"
|
|
19
|
+
},
|
|
20
|
+
"associations": {
|
|
21
|
+
"1": {
|
|
22
|
+
"label": "Lifeline",
|
|
23
|
+
"maxNodes": 5,
|
|
24
|
+
"isLifeline": true
|
|
25
|
+
},
|
|
26
|
+
"2": {
|
|
27
|
+
"label": "Single Press",
|
|
28
|
+
"maxNodes": 5
|
|
29
|
+
},
|
|
30
|
+
"3": {
|
|
31
|
+
"label": "Double Press",
|
|
32
|
+
"maxNodes": 5
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"paramInformation": [
|
|
36
|
+
{
|
|
37
|
+
"#": "3",
|
|
38
|
+
"$import": "~/templates/master_template.json#led_indicator_four_options"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"#": "4",
|
|
42
|
+
"$import": "~/templates/master_template.json#orientation"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"#": "5",
|
|
46
|
+
"$import": "templates/jasco_template.json#three_way_setup"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"#": "19",
|
|
50
|
+
"$import": "templates/jasco_template.json#alternate_exclusion"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "34",
|
|
54
|
+
"$import": "templates/jasco_template.json#led_indicator_color"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"#": "35",
|
|
58
|
+
"$import": "templates/jasco_template.json#led_indicator_intensity"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"#": "36",
|
|
62
|
+
"$import": "templates/jasco_template.json#led_indicator_intensity",
|
|
63
|
+
"label": "Guidelight Mode Intensity"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"#": "39",
|
|
67
|
+
"$import": "templates/jasco_template.json#control_groups"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"#": "84",
|
|
71
|
+
"$import": "templates/jasco_template.json#factory_default"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"compat": {
|
|
75
|
+
// Enables Basic Set via Group 3 as an alternative way to detect double taps (instead of Central Scene)
|
|
76
|
+
"treatBasicSetAsEvent": true
|
|
77
|
+
},
|
|
78
|
+
"metadata": {
|
|
79
|
+
"inclusion": "1. Follow the instructions for your Z-Wave certified controller to add a device to the Z-Wave network.\n2. Once the controller is ready to add your device, press and release the top or bottom of the smart dimmer (rocker)",
|
|
80
|
+
"exclusion": "1. Follow the instructions for your Z-Wave certified controller to remove a device from the Z-Wave network.\n2. Once the controller is ready to remove your device, press and release the top or bottom of the smart dimmer (rocker)",
|
|
81
|
+
"reset": "1. Quickly press ON (top) button three times, then immediately press the OFF (bottom) button three times. The LED will flash ON/OFF five times when completed successfully"
|
|
15
82
|
}
|
|
16
|
-
// TODO: Add configuration parameters
|
|
17
83
|
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "UltraPro",
|
|
3
|
+
"manufacturerId": "0x0063",
|
|
4
|
+
"label": "59368 / ZWA4012",
|
|
5
|
+
"description": "In-Wall Toggle Switch, QFSW, 700S",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x4952",
|
|
9
|
+
"productId": "0x3334",
|
|
10
|
+
"zwaveAllianceId": 4571
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 5,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
},
|
|
23
|
+
"2": {
|
|
24
|
+
"label": "Single Press",
|
|
25
|
+
"maxNodes": 5
|
|
26
|
+
},
|
|
27
|
+
"3": {
|
|
28
|
+
"label": "Double Press",
|
|
29
|
+
"maxNodes": 5
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"paramInformation": [
|
|
33
|
+
{
|
|
34
|
+
"#": "3",
|
|
35
|
+
"$import": "~/templates/master_template.json#led_indicator_four_options"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "4",
|
|
39
|
+
"$import": "~/templates/master_template.json#orientation"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "5",
|
|
43
|
+
"$import": "templates/jasco_template.json#three_way_setup"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "19",
|
|
47
|
+
"$import": "templates/jasco_template.json#alternate_exclusion"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"#": "34",
|
|
51
|
+
"$import": "templates/jasco_template.json#led_indicator_color"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "35",
|
|
55
|
+
"$import": "templates/jasco_template.json#led_indicator_intensity"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"#": "36",
|
|
59
|
+
"$import": "templates/jasco_template.json#led_indicator_intensity",
|
|
60
|
+
"label": "Guidelight Mode Intensity"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "39",
|
|
64
|
+
"$import": "templates/jasco_template.json#control_groups"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"#": "84",
|
|
68
|
+
"$import": "templates/jasco_template.json#factory_default"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"compat": {
|
|
72
|
+
// Needed for double-tap support
|
|
73
|
+
"treatBasicSetAsEvent": true
|
|
74
|
+
},
|
|
75
|
+
"metadata": {
|
|
76
|
+
"inclusion": "1. Follow the instructions for your Z-Wave certified controller to add a device to the Z-Wave network.\n2. Once the controller is ready to add your device, press and release the top or bottom of the smart dimmer (rocker)",
|
|
77
|
+
"exclusion": "1. Follow the instructions for your Z-Wave certified controller to remove a device from the Z-Wave network.\n2. Once the controller is ready to remove your device, press and release the top or bottom of the smart dimmer (rocker)",
|
|
78
|
+
"reset": "Pull the airgap switch. Press and hold the bottom button, push the airgap switch in and continue holding the bottom button for 10 seconds. The LED will flash once each of the 8 colors then stop"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Safe Grow",
|
|
3
|
+
"manufacturerId": "0x013c",
|
|
4
|
+
"label": "NSG-AB-02",
|
|
5
|
+
"description": "Smart Outlet Plug",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0001",
|
|
9
|
+
"productId": "0x002f"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "5",
|
|
19
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev_on"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"#": "6",
|
|
23
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
24
|
+
"label": "Allow Turning Off",
|
|
25
|
+
"description": "When disabled, the device will not turn off in response to Z-Wave commands or physical interaction.",
|
|
26
|
+
"defaultValue": 1,
|
|
27
|
+
"options": [
|
|
28
|
+
{
|
|
29
|
+
"label": "Disable",
|
|
30
|
+
"value": 0
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"label": "Enable",
|
|
34
|
+
"value": 1
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"#": "7",
|
|
40
|
+
"label": "LED Indicator Mode",
|
|
41
|
+
"valueSize": 1,
|
|
42
|
+
"defaultValue": 1,
|
|
43
|
+
"allowManualEntry": false,
|
|
44
|
+
"options": [
|
|
45
|
+
{
|
|
46
|
+
"label": "LED on when switch is on",
|
|
47
|
+
"value": 1
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"label": "LED on when switch is off",
|
|
51
|
+
"value": 2
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"#": "8",
|
|
57
|
+
"label": "Auto Off Timer",
|
|
58
|
+
"valueSize": 2,
|
|
59
|
+
"unit": "seconds",
|
|
60
|
+
"minValue": 0,
|
|
61
|
+
"maxValue": 32767,
|
|
62
|
+
"defaultValue": 0,
|
|
63
|
+
"options": [
|
|
64
|
+
{
|
|
65
|
+
"label": "Disable",
|
|
66
|
+
"value": 0
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"#": "9",
|
|
72
|
+
"label": "Response to Z-Wave Off Command",
|
|
73
|
+
"valueSize": 1,
|
|
74
|
+
"defaultValue": 0,
|
|
75
|
+
"allowManualEntry": false,
|
|
76
|
+
"options": [
|
|
77
|
+
{
|
|
78
|
+
"label": "Turn off",
|
|
79
|
+
"value": 0
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"label": "Ignore",
|
|
83
|
+
"value": 1
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"label": "Toggle",
|
|
87
|
+
"value": 2
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"label": "Turn on",
|
|
91
|
+
"value": 3
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"metadata": {
|
|
97
|
+
"inclusion": "1. Put your Z-Wave controller into inclusion mode by following the instructions provided by the controller manufacturer. \n2. Pressing On/Off button three times within 2 seconds will enter inclusion mode.",
|
|
98
|
+
"exclusion": "1. Put your Z-Wave controller into exclusion mode by following the instructions provided by the controller manufacturer. \n 2. Pressing On/Off button three times within 2 seconds will enter exclusion mode. \n3. Node ID has been excluded",
|
|
99
|
+
"reset": "Use this procedure only in the event that the primary controller is lost or otherwise inoperable. \n1. Pressing On/Off button three times within 2 seconds will enter inclusion mode. \n2. Within 1 second, press On/Off button again for 5 seconds. \n3. IDs are excluded"
|
|
100
|
+
}
|
|
101
|
+
}
|