zigbee-herdsman-converters 14.0.485 → 14.0.486

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.
Files changed (2) hide show
  1. package/devices/moes.js +2 -0
  2. package/package.json +1 -1
package/devices/moes.js CHANGED
@@ -25,6 +25,8 @@ module.exports = [
25
25
  },
26
26
  meta: {multiEndpoint: true},
27
27
  configure: async (device, coordinatorEndpoint, logger) => {
28
+ await device.getEndpoint(1).read('genBasic',
29
+ ['manufacturerName', 'zclVersion', 'appVersion', 'modelId', 'powerSource', 0xfffe]);
28
30
  await reporting.bind(device.getEndpoint(1), coordinatorEndpoint, ['genOnOff']);
29
31
  await reporting.bind(device.getEndpoint(2), coordinatorEndpoint, ['genOnOff']);
30
32
  await reporting.onOff(device.getEndpoint(1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.485",
3
+ "version": "14.0.486",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [