zigbee-herdsman-converters 20.7.0 → 20.8.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/devices/lumi.js CHANGED
@@ -4376,6 +4376,13 @@ const definitions = [
4376
4376
  lumiZigbeeOTA(),
4377
4377
  ],
4378
4378
  },
4379
+ {
4380
+ zigbeeModel: ['lumi.valve.agl001'],
4381
+ model: 'VC-X01D',
4382
+ vendor: 'Aqara',
4383
+ description: 'Valve controller T1',
4384
+ extend: [lumiZigbeeOTA(), (0, modernExtend_1.onOff)({ powerOnBehavior: false }), (0, modernExtend_1.battery)()],
4385
+ },
4379
4386
  ];
4380
4387
  exports.default = definitions;
4381
4388
  module.exports = definitions;