@zwave-js/config 12.11.1 → 13.0.0-beta.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/build/ConfigManager.d.ts +0 -69
- package/build/ConfigManager.d.ts.map +1 -1
- package/build/ConfigManager.js +1 -542
- package/build/ConfigManager.js.map +1 -1
- package/build/JsonTemplate.js +2 -3
- package/build/JsonTemplate.js.map +1 -1
- package/build/Logic.js +2 -3
- package/build/Logic.js.map +1 -1
- package/build/Manufacturers.js +2 -3
- package/build/Manufacturers.js.map +1 -1
- package/build/devices/ConditionalItem.js +4 -5
- package/build/devices/ConditionalItem.js.map +1 -1
- package/build/devices/ConditionalPrimitive.d.ts.map +1 -1
- package/build/devices/ConditionalPrimitive.js +2 -2
- package/build/devices/ConditionalPrimitive.js.map +1 -1
- package/build/devices/DeviceConfig.d.ts +0 -1
- package/build/devices/DeviceConfig.d.ts.map +1 -1
- package/build/devices/DeviceConfig.js +5 -5
- package/build/devices/DeviceConfig.js.map +1 -1
- package/build/devices/DeviceMetadata.d.ts.map +1 -1
- package/build/devices/ParamInformation.d.ts.map +1 -1
- package/build/devices/ParamInformation.js +2 -2
- package/build/devices/ParamInformation.js.map +1 -1
- package/build/index.d.ts +0 -6
- package/build/index.d.ts.map +1 -1
- package/build/index.js +0 -6
- package/build/index.js.map +1 -1
- package/build/index_safe.d.ts +0 -6
- package/build/index_safe.d.ts.map +1 -1
- package/build/index_safe.js +0 -6
- package/build/index_safe.js.map +1 -1
- package/build/utils.js +6 -6
- package/build/utils.js.map +1 -1
- package/build/utils_safe.js +3 -3
- package/build/utils_safe.js.map +1 -1
- package/package.json +11 -10
- package/build/DeviceClasses.d.ts +0 -26
- package/build/DeviceClasses.d.ts.map +0 -1
- package/build/DeviceClasses.js +0 -127
- package/build/DeviceClasses.js.map +0 -1
- package/build/Indicators.d.ts +0 -15
- package/build/Indicators.d.ts.map +0 -1
- package/build/Indicators.js +0 -47
- package/build/Indicators.js.map +0 -1
- package/build/Meters.d.ts +0 -15
- package/build/Meters.d.ts.map +0 -1
- package/build/Meters.js +0 -44
- package/build/Meters.js.map +0 -1
- package/build/Notifications.d.ts +0 -71
- package/build/Notifications.d.ts.map +0 -1
- package/build/Notifications.js +0 -223
- package/build/Notifications.js.map +0 -1
- package/build/Scales.d.ts +0 -15
- package/build/Scales.d.ts.map +0 -1
- package/build/Scales.js +0 -37
- package/build/Scales.js.map +0 -1
- package/build/SensorTypes.d.ts +0 -11
- package/build/SensorTypes.d.ts.map +0 -1
- package/build/SensorTypes.js +0 -48
- package/build/SensorTypes.js.map +0 -1
- package/config/deviceClasses.json +0 -447
- package/config/indicators.json +0 -166
- package/config/meters.json +0 -47
- package/config/scales.json +0 -85
- package/config/sensorTypes.json +0 -707
package/config/scales.json
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
// This file contains scale definitions that are used in multiple places
|
|
2
|
-
{
|
|
3
|
-
"temperature": {
|
|
4
|
-
"0x00": {
|
|
5
|
-
"label": "Celsius",
|
|
6
|
-
"unit": "°C"
|
|
7
|
-
},
|
|
8
|
-
"0x01": {
|
|
9
|
-
"label": "Fahrenheit",
|
|
10
|
-
"unit": "°F"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"humidity": {
|
|
14
|
-
"0x00": {
|
|
15
|
-
"label": "Percentage value",
|
|
16
|
-
"unit": "%"
|
|
17
|
-
},
|
|
18
|
-
"0x01": {
|
|
19
|
-
"label": "Absolute humidity",
|
|
20
|
-
"unit": "g/m³"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"mass": {
|
|
24
|
-
"0x00": {
|
|
25
|
-
"label": "Kilogram",
|
|
26
|
-
"unit": "kg"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"acceleration": {
|
|
30
|
-
"0x00": {
|
|
31
|
-
"label": "Meter per square second",
|
|
32
|
-
"unit": "m/s²"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"percentage": {
|
|
36
|
-
"0x00": {
|
|
37
|
-
"label": "Percentage value",
|
|
38
|
-
"unit": "%"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"acidity": {
|
|
42
|
-
"0x00": {
|
|
43
|
-
"label": "Acidity",
|
|
44
|
-
"unit": "pH"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"direction": {
|
|
48
|
-
"0x00": {
|
|
49
|
-
"label": "Degrees",
|
|
50
|
-
"unit": "°",
|
|
51
|
-
"description": "0° = no motion detected, 90° = east, 180° = south, 270° = west, 360° = north"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"pressure": {
|
|
55
|
-
"0x00": {
|
|
56
|
-
"label": "Kilopascal",
|
|
57
|
-
"unit": "kPa"
|
|
58
|
-
},
|
|
59
|
-
"0x01": {
|
|
60
|
-
"label": "Pound per square inch",
|
|
61
|
-
"unit": "psi"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"air_pressure": {
|
|
65
|
-
"0x00": {
|
|
66
|
-
"label": "Kilopascal",
|
|
67
|
-
"unit": "kPa"
|
|
68
|
-
},
|
|
69
|
-
"0x01": {
|
|
70
|
-
"label": "Inches of Mercury",
|
|
71
|
-
"unit": "inHg"
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"density": {
|
|
75
|
-
"0x00": {
|
|
76
|
-
"label": "Density",
|
|
77
|
-
"unit": "µg/m³"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
"unitless": {
|
|
81
|
-
"0x00": {
|
|
82
|
-
"label": "Unitless"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|