zigbee-herdsman-converters 15.0.30 → 15.0.31

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/popp.js CHANGED
@@ -2,7 +2,7 @@ const {extendDevice} = require('../lib/utils');
2
2
 
3
3
  module.exports = [
4
4
  extendDevice(require('./danfoss'), '014G2461', {
5
- zigbeeModel: ['eT093WRO'],
5
+ zigbeeModel: ['eT093WRO', 'eT093WRG'],
6
6
  model: '701721',
7
7
  vendor: 'Popp',
8
8
  description: 'Smart thermostat based on Danfoss Ally (014G2461)',
package/devices/tuya.js CHANGED
@@ -2165,6 +2165,7 @@ module.exports = [
2165
2165
  {modelID: 'TS0601', manufacturerName: '_TZE200_8whxpsiw'}, // EVOLVEO
2166
2166
  {modelID: 'TS0601', manufacturerName: '_TZE200_xby0s3ta'}, // Sandy Beach HY367
2167
2167
  {modelID: 'TS0601', manufacturerName: '_TZE200_7fqkphoq'}, // AFINTEK
2168
+ {modelID: 'TS0601', manufacturerName: '_TZE200_gd4rvykv'}, // Sanico
2168
2169
  ],
2169
2170
  model: 'TS0601_thermostat',
2170
2171
  vendor: 'TuYa',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "15.0.30",
3
+ "version": "15.0.31",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [