homebridge-tasmota-control 1.0.1 → 1.0.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Tasmota Control",
3
3
  "name": "homebridge-tasmota-control",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "Homebridge plugin to control Tasmota flashed devices.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -105,7 +105,7 @@ class TasmotaDevice extends EventEmitter {
105
105
  const log = sensorDisplayType === 0 ? false : this.emit('warn', `Sensor Name: ${sensorName ? sensorName : 'Missing'}, Mode: ${sensorMode ? sensorMode : 'Missing'}.`);
106
106
  };
107
107
  }
108
- this.sensorsConfigured = this.sensorsConfigured.length || 0;
108
+ this.sensorsConfiguredCount = this.sensorsConfigured.length || 0;
109
109
 
110
110
  //frost protect
111
111
  const frostProtect = miElHvac.frostProtect ?? {};