zigbee-herdsman-converters 14.0.656 → 14.0.657
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/devices/plugwise.js +3 -3
- package/package.json +2 -2
package/devices/plugwise.js
CHANGED
|
@@ -133,9 +133,9 @@ module.exports = [
|
|
|
133
133
|
await reporting.thermostatPIHeatingDemand(endpoint);
|
|
134
134
|
},
|
|
135
135
|
exposes: [e.battery(),
|
|
136
|
-
exposes.
|
|
137
|
-
.
|
|
138
|
-
|
|
136
|
+
exposes.numeric('pi_heating_demand', ea.STATE_GET).withValueMin(0).withValueMax(100).withUnit('%')
|
|
137
|
+
.withDescription('Position of the valve (= demanded heat) where 0% is fully closed and 100% is fully open'),
|
|
138
|
+
exposes.numeric('local_temperature', ea.STATE).withUnit('°C').withDescription('Current temperature measured on the device'),
|
|
139
139
|
exposes.numeric('valve_position', ea.ALL).withValueMin(0).withValueMax(100)
|
|
140
140
|
.withDescription('Directly control the radiator valve. The values range from 0 (valve ' +
|
|
141
141
|
'closed) to 100 (valve fully open)'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zigbee-herdsman-converters",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.657",
|
|
4
4
|
"description": "Collection of device converters to be used with zigbee-herdsman",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"buffer-crc32": "^0.2.13",
|
|
39
39
|
"https-proxy-agent": "^5.0.1",
|
|
40
40
|
"tar-stream": "^2.2.0",
|
|
41
|
-
"zigbee-herdsman": "^0.14.
|
|
41
|
+
"zigbee-herdsman": "^0.14.68"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"eslint": "*",
|