@zwave-js/config 8.11.4 → 8.11.7
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/Devices.d.ts +6 -3
- package/build/Devices.d.ts.map +1 -1
- package/build/Devices.js +27 -3
- package/build/Devices.js.map +1 -1
- package/config/devices/0x0063/52252_52253_zw3012.json +2 -2
- package/config/devices/0x0086/templates/aeotec_template.json +44 -3
- package/config/devices/0x0086/zw080.json +1 -1
- package/config/devices/0x0086/zw095.json +4 -0
- package/config/devices/0x0086/zw111.json +2 -2
- package/config/devices/0x008b/xl624.json +839 -7
- package/config/devices/0x010f/fgr223.json +1 -1
- package/config/devices/0x013c/psr03-a.json +73 -0
- package/config/devices/0x013c/psr03-b.json +127 -0
- package/config/devices/0x013c/psr03-c.json +36 -0
- package/config/devices/0x013c/templates/philio_template.json +54 -0
- package/config/devices/0x015f/mh-3901z.json +140 -0
- package/config/devices/0x016a/ft111.json +2 -2
- package/config/devices/0x0258/eu-1.json +7 -51
- package/config/devices/0x0258/eu-2.json +9 -53
- package/config/devices/0x0258/eu-3.json +20 -96
- package/config/devices/0x0258/nas-ab01z.json +14 -39
- package/config/devices/0x0258/nas-pd01z.json +4 -0
- package/config/devices/0x0258/nas-pd07u1.json +6 -47
- package/config/devices/0x0258/nas-pd07z.json +4 -31
- package/config/devices/0x0258/nas-rc03z.json +27 -7
- package/config/devices/0x0258/nas-sc03ze.json +46 -0
- package/config/devices/0x0258/nas-wr01z.json +17 -71
- package/config/devices/0x0258/nas-wr01ze.json +18 -73
- package/config/devices/0x0258/{flood_sensor.json → nas-ws01z.json} +12 -38
- package/config/devices/0x0258/neo-ds07z.json +5 -36
- package/config/devices/0x0258/templates/shenzhen_neo_template.json +8 -62
- package/config/devices/0x027a/templates/zooz_template.json +19 -0
- package/config/devices/0x027a/zen72.json +5 -0
- package/config/devices/0x027a/zen74.json +5 -0
- package/config/devices/0x027a/zen77.json +5 -0
- package/config/devices/0x031e/lzw31-sn.json +1 -1
- package/config/devices/0x0371/zw141.json +2 -16
- package/config/devices/0x0371/zwa037.json +1 -1
- package/config/devices/0x0371/zwa038.json +1 -1
- package/config/devices/0x041a/kp-so-02.json +101 -0
- package/package.json +6 -6
- package/config/devices/0x013c/ph-psr03.json +0 -44
- package/config/devices/0x0258/motion_sensor_in.json +0 -62
- package/config/devices/0x0258/neo_coolcam_roller_shutter.json +0 -113
- package/config/devices/0x0258/sos_remote_control.json +0 -53
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manufacturer": "Philio Technology Corp",
|
|
3
|
-
"manufacturerId": "0x013c",
|
|
4
|
-
"label": "PH-PSR03",
|
|
5
|
-
"description": "Z-WAVE Remote",
|
|
6
|
-
"devices": [
|
|
7
|
-
{
|
|
8
|
-
"productType": "0x0008",
|
|
9
|
-
"productId": "0x001d"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"firmwareVersion": {
|
|
13
|
-
"min": "0.0",
|
|
14
|
-
"max": "255.255"
|
|
15
|
-
},
|
|
16
|
-
"paramInformation": [
|
|
17
|
-
{
|
|
18
|
-
"#": "2",
|
|
19
|
-
"label": "Basic Set Level",
|
|
20
|
-
"valueSize": 1,
|
|
21
|
-
"minValue": 0,
|
|
22
|
-
"maxValue": 255,
|
|
23
|
-
"defaultValue": 255,
|
|
24
|
-
"unsigned": true
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"#": "7",
|
|
28
|
-
"label": "Customer Function",
|
|
29
|
-
"valueSize": 1,
|
|
30
|
-
"minValue": 0,
|
|
31
|
-
"maxValue": 255,
|
|
32
|
-
"defaultValue": 0,
|
|
33
|
-
"unsigned": true
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"#": "10",
|
|
37
|
-
"label": "Auto Report Battery Time",
|
|
38
|
-
"valueSize": 1,
|
|
39
|
-
"minValue": 0,
|
|
40
|
-
"maxValue": 127,
|
|
41
|
-
"defaultValue": 12
|
|
42
|
-
}
|
|
43
|
-
]
|
|
44
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
|
|
3
|
-
"manufacturerId": "0x0258",
|
|
4
|
-
"label": "Motion Sensor IN",
|
|
5
|
-
"description": "Motion Sensor IN",
|
|
6
|
-
"devices": [
|
|
7
|
-
{
|
|
8
|
-
"productType": "0x0003",
|
|
9
|
-
"productId": "0x3083"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"firmwareVersion": {
|
|
13
|
-
"min": "0.0",
|
|
14
|
-
"max": "255.255"
|
|
15
|
-
},
|
|
16
|
-
"paramInformation": [
|
|
17
|
-
{
|
|
18
|
-
"#": "1",
|
|
19
|
-
"$import": "templates/shenzhen_neo_template.json#motion_sensitivity"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"#": "2",
|
|
23
|
-
"$import": "templates/shenzhen_neo_template.json#motion_on_off_duration"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"#": "3",
|
|
27
|
-
"$import": "templates/shenzhen_neo_template.json#motion_basic_set_level"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"#": "4",
|
|
31
|
-
"$import": "templates/shenzhen_neo_template.json#motion_sensor"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"#": "5",
|
|
35
|
-
"$import": "templates/shenzhen_neo_template.json#light_sensor_threshold"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"#": "6",
|
|
39
|
-
"$import": "templates/shenzhen_neo_template.json#motion_retrigger_interval"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"#": "7",
|
|
43
|
-
"$import": "templates/shenzhen_neo_template.json#light_sensor_update_interval"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"#": "8",
|
|
47
|
-
"$import": "templates/shenzhen_neo_template.json#low_brightness_sensor"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"#": "9",
|
|
51
|
-
"$import": "templates/shenzhen_neo_template.json#light_sensor_report_threshold"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"#": "10",
|
|
55
|
-
"$import": "templates/shenzhen_neo_template.json#blink_on_motion"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"#": "99",
|
|
59
|
-
"$import": "templates/shenzhen_neo_template.json#light_calibration"
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
|
|
3
|
-
"manufacturerId": "0x0258",
|
|
4
|
-
"label": "NEO Coolcam Roller Shutter",
|
|
5
|
-
"description": "NEO Coolcam Roller Shutter - Curtain Switch - NAS-SC03ZE-2-T-V3",
|
|
6
|
-
"devices": [
|
|
7
|
-
{
|
|
8
|
-
"productType": "0x0200",
|
|
9
|
-
"productId": "0x102c"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"firmwareVersion": {
|
|
13
|
-
"min": "0.0",
|
|
14
|
-
"max": "255.255"
|
|
15
|
-
},
|
|
16
|
-
"paramInformation": [
|
|
17
|
-
{
|
|
18
|
-
"#": "1",
|
|
19
|
-
"label": "Up/Down Button Swap Enable",
|
|
20
|
-
"valueSize": 1,
|
|
21
|
-
"minValue": 0,
|
|
22
|
-
"maxValue": 1,
|
|
23
|
-
"defaultValue": 1,
|
|
24
|
-
"allowManualEntry": false,
|
|
25
|
-
"options": [
|
|
26
|
-
{
|
|
27
|
-
"label": "Disabled",
|
|
28
|
-
"value": 0
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"label": "Enabled",
|
|
32
|
-
"value": 1
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"#": "2",
|
|
38
|
-
"label": "Motor Rotation Direction Swap Enable",
|
|
39
|
-
"valueSize": 1,
|
|
40
|
-
"minValue": 0,
|
|
41
|
-
"maxValue": 1,
|
|
42
|
-
"defaultValue": 0,
|
|
43
|
-
"allowManualEntry": false,
|
|
44
|
-
"options": [
|
|
45
|
-
{
|
|
46
|
-
"label": "Disabled",
|
|
47
|
-
"value": 0
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"label": "Enabled",
|
|
51
|
-
"value": 1
|
|
52
|
-
}
|
|
53
|
-
]
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"#": "3",
|
|
57
|
-
"label": "Backlight Enable",
|
|
58
|
-
"valueSize": 1,
|
|
59
|
-
"minValue": 0,
|
|
60
|
-
"maxValue": 1,
|
|
61
|
-
"defaultValue": 1,
|
|
62
|
-
"allowManualEntry": false,
|
|
63
|
-
"options": [
|
|
64
|
-
{
|
|
65
|
-
"label": "LED Disabled",
|
|
66
|
-
"value": 0
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"label": "LED ON when Switch is ON",
|
|
70
|
-
"value": 1
|
|
71
|
-
}
|
|
72
|
-
]
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"#": "4",
|
|
76
|
-
"label": "Curtain Moving Indicate Enable",
|
|
77
|
-
"valueSize": 1,
|
|
78
|
-
"minValue": 0,
|
|
79
|
-
"maxValue": 1,
|
|
80
|
-
"defaultValue": 1,
|
|
81
|
-
"allowManualEntry": false,
|
|
82
|
-
"options": [
|
|
83
|
-
{
|
|
84
|
-
"label": "LED Disabled",
|
|
85
|
-
"value": 0
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"label": "LED Enabled",
|
|
89
|
-
"value": 1
|
|
90
|
-
}
|
|
91
|
-
]
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"#": "5",
|
|
95
|
-
"label": "Button Switch",
|
|
96
|
-
"valueSize": 1,
|
|
97
|
-
"minValue": 0,
|
|
98
|
-
"maxValue": 1,
|
|
99
|
-
"defaultValue": 1,
|
|
100
|
-
"allowManualEntry": false,
|
|
101
|
-
"options": [
|
|
102
|
-
{
|
|
103
|
-
"label": "Button Switch Disabled",
|
|
104
|
-
"value": 0
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"label": "Button Switch Enabled",
|
|
108
|
-
"value": 1
|
|
109
|
-
}
|
|
110
|
-
]
|
|
111
|
-
}
|
|
112
|
-
]
|
|
113
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
|
|
3
|
-
"manufacturerId": "0x0258",
|
|
4
|
-
"label": "SOS/Remote Control",
|
|
5
|
-
"description": "Z-Wave Remote for Scene selection and SOS button",
|
|
6
|
-
"devices": [
|
|
7
|
-
{
|
|
8
|
-
"productType": "0x0003",
|
|
9
|
-
"productId": "0x108a"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"firmwareVersion": {
|
|
13
|
-
"min": "0.0",
|
|
14
|
-
"max": "255.255"
|
|
15
|
-
},
|
|
16
|
-
"paramInformation": [
|
|
17
|
-
{
|
|
18
|
-
"#": "1",
|
|
19
|
-
"label": "Basic Set Level",
|
|
20
|
-
"valueSize": 1,
|
|
21
|
-
"minValue": 0,
|
|
22
|
-
"maxValue": 100,
|
|
23
|
-
"defaultValue": 100
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"#": "2",
|
|
27
|
-
"label": "SOS Event Clear Time",
|
|
28
|
-
"valueSize": 2,
|
|
29
|
-
"minValue": 30,
|
|
30
|
-
"maxValue": 32767,
|
|
31
|
-
"defaultValue": 60
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"#": "3",
|
|
35
|
-
"label": "SOS Configuration",
|
|
36
|
-
"valueSize": 1,
|
|
37
|
-
"minValue": 1,
|
|
38
|
-
"maxValue": 2,
|
|
39
|
-
"defaultValue": 2,
|
|
40
|
-
"allowManualEntry": false,
|
|
41
|
-
"options": [
|
|
42
|
-
{
|
|
43
|
-
"label": "Enable Scene Mode",
|
|
44
|
-
"value": 1
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"label": "SOS Mode",
|
|
48
|
-
"value": 2
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
}
|
|
52
|
-
]
|
|
53
|
-
}
|