Update zigbee-herdsman-converters to 12.0.211 (#4667)

* Update zigbee-herdsman-converters to 12.0.211

* Update publish.js

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
github-actions[bot]
2020-10-14 22:18:51 +02:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Koen Kanters
parent 8319cdbd61
commit 84e725d5ce
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const stateValues = ['on', 'off', 'toggle', 'open', 'close', 'stop', 'lock', 'un
const groupConverters = [
zigbeeHerdsmanConverters.toZigbeeConverters.light_onoff_brightness,
zigbeeHerdsmanConverters.toZigbeeConverters.light_color_colortemp,
zigbeeHerdsmanConverters.toZigbeeConverters.light_alert,
zigbeeHerdsmanConverters.toZigbeeConverters.identify,
zigbeeHerdsmanConverters.toZigbeeConverters.ignore_transition,
zigbeeHerdsmanConverters.toZigbeeConverters.cover_position_tilt,
zigbeeHerdsmanConverters.toZigbeeConverters.thermostat_occupied_heating_setpoint,
+3 -3
View File
@@ -15836,9 +15836,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.210",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.210.tgz",
"integrity": "sha512-r9kHm2fo25AFY+MAMm1ykqiGtosjb9k0zMcuPCslGUOOAPiUANZbofYJX1CK9HcHw+oC/LUUpAC7IgP3W55uDA==",
"version": "12.0.211",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.211.tgz",
"integrity": "sha512-1W2ZieWnVvff/2NWYH6OoSsFh/+5FH2xf/scp39+0x9YLPGNtuZGFQbf6ayRhXn0QScik3qjO/XNmuddZFpRxA==",
"requires": {
"axios": "^0.20.0",
"buffer-crc32": "^0.2.13",
+1 -1
View File
@@ -53,7 +53,7 @@
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.15",
"zigbee-herdsman-converters": "12.0.210",
"zigbee-herdsman-converters": "12.0.211",
"zigbee2mqtt-frontend": "0.2.31"
},
"devDependencies": {