zigbee-herdsman-converters 15.0.5 → 15.0.6

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/lib/tuya.js +0 -1
  2. package/package.json +1 -1
package/lib/tuya.js CHANGED
@@ -1776,7 +1776,6 @@ const tuyaExtend = {
1776
1776
  exposes.push(tuyaExposes.indicatorMode());
1777
1777
  }
1778
1778
  toZigbee.push(tuyaTz.backlight_indicator_mode);
1779
- exposes.push(options.backlightMode ? tuyaExposes.backlightMode() : tuyaExposes.indicatorMode());
1780
1779
  }
1781
1780
  if (options.electricalMeasurements) {
1782
1781
  fromZigbee.push(fz.electrical_measurement, fz.metering);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "15.0.5",
3
+ "version": "15.0.6",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [