@zwave-js/config 13.3.0 → 13.3.1
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/config/devices/0x013c/psk01.json +71 -0
- package/config/devices/0x013c/psr03-a.json +1 -1
- package/config/devices/0x013c/psr03-b.json +1 -1
- package/config/devices/0x013c/psr03-c.json +1 -1
- package/config/devices/0x013c/templates/philio_template.json +30 -3
- package/config/devices/0x0312/nzw31.json +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Philio Technology Corp",
|
|
3
|
+
"manufacturerId": "0x013c",
|
|
4
|
+
"label": "PSK01",
|
|
5
|
+
"description": "Smart Keypad",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x000a",
|
|
9
|
+
"productId": "0x006f"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "1",
|
|
19
|
+
"label": "Set Keypad Mode",
|
|
20
|
+
"valueSize": 1,
|
|
21
|
+
"defaultValue": 2,
|
|
22
|
+
"allowManualEntry": false,
|
|
23
|
+
"options": [
|
|
24
|
+
{
|
|
25
|
+
"label": "Entry control mode",
|
|
26
|
+
"value": 1
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"label": "Central Scene mode",
|
|
30
|
+
"value": 2
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"#": "2",
|
|
36
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
37
|
+
"label": "Buzzer",
|
|
38
|
+
"defaultValue": 1
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"#": "3",
|
|
42
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
43
|
+
"label": "Rand Mode",
|
|
44
|
+
"description": "When the Rand Mode is enabled, whenever the device wakes up from sleeping, no more than four digits of random keys will light on. Users have to press those random keys one by one, and the device will go to Entry Control mode."
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"#": "4",
|
|
48
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
49
|
+
"label": "Touch Sleep",
|
|
50
|
+
"description": "If Touch Sleep is enabled the touch panel lights will turn off a short time after the last touch.",
|
|
51
|
+
"defaultValue": 1
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "5",
|
|
55
|
+
"$import": "templates/philio_template.json#auto_report_unit",
|
|
56
|
+
"label": "Battery Report Unit",
|
|
57
|
+
"description": "Define the time scale for automatic reports. This value will be multiplied with parameter 6 to set the time interval between reports."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"#": "6",
|
|
61
|
+
"$import": "templates/philio_template.json#auto_report_interval",
|
|
62
|
+
"label": "Battery Report Interval"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"metadata": {
|
|
66
|
+
"inclusion": "1. Have Z-WaveTM Controller enter inclusion mode.\n2. Enter the Programming Code (PC) by pressing the correct number keys (default programming code is 0000) and then enter, then press 1 and 0 and enter.\n3. After successful addition, the device buzzer will beep twice.",
|
|
67
|
+
"exclusion": "1. Have Z-WaveTM Controller enter exclusion mode.\n2. Enter the Programming Code (PC) by pressing the correct number keys (default programming code is 0000) and then enter, then press 1 and 0 and enter.\n3. After successful removal, the device buzzer will beep twice.",
|
|
68
|
+
"reset": "Method 1. Enter the Programming Code (PC) by pressing the correct number keys (default programming code is 0000) and then enter, then press 9 and enter.\nMethod 2. Press tamper key 3 times in 1.5 seconds. 3 long beeps will occur after two seconds on successful reset.",
|
|
69
|
+
"manual": "https://www.zwavetaiwan.com.tw/s/PSK01_UserManual-A2-20240731.pdf"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -36,12 +36,25 @@
|
|
|
36
36
|
}
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
|
-
"
|
|
39
|
+
"battery_report_interval_30m": {
|
|
40
40
|
"label": "Battery Report Interval",
|
|
41
41
|
"valueSize": 1,
|
|
42
|
-
"unit": "minutes",
|
|
42
|
+
"unit": "30 minutes",
|
|
43
|
+
"minValue": 0,
|
|
44
|
+
"maxValue": 127,
|
|
45
|
+
"defaultValue": 12,
|
|
46
|
+
"unsigned": true,
|
|
47
|
+
"options": [
|
|
48
|
+
{
|
|
49
|
+
"label": "Disable",
|
|
50
|
+
"value": 0
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"auto_report_interval": {
|
|
55
|
+
"valueSize": 1,
|
|
43
56
|
"minValue": 0,
|
|
44
|
-
"maxValue":
|
|
57
|
+
"maxValue": 255,
|
|
45
58
|
"defaultValue": 12,
|
|
46
59
|
"unsigned": true,
|
|
47
60
|
"options": [
|
|
@@ -50,5 +63,19 @@
|
|
|
50
63
|
"value": 0
|
|
51
64
|
}
|
|
52
65
|
]
|
|
66
|
+
},
|
|
67
|
+
"auto_report_unit": {
|
|
68
|
+
"valueSize": 1,
|
|
69
|
+
"unit": "minutes",
|
|
70
|
+
"minValue": 0,
|
|
71
|
+
"maxValue": 255,
|
|
72
|
+
"defaultValue": 30,
|
|
73
|
+
"unsigned": true,
|
|
74
|
+
"options": [
|
|
75
|
+
{
|
|
76
|
+
"label": "Disable all auto reports",
|
|
77
|
+
"value": 0
|
|
78
|
+
}
|
|
79
|
+
]
|
|
53
80
|
}
|
|
54
81
|
}
|