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 +1 -1
- package/src/tasmotadevice.js +1 -1
package/package.json
CHANGED
package/src/tasmotadevice.js
CHANGED
|
@@ -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.
|
|
108
|
+
this.sensorsConfiguredCount = this.sensorsConfigured.length || 0;
|
|
109
109
|
|
|
110
110
|
//frost protect
|
|
111
111
|
const frostProtect = miElHvac.frostProtect ?? {};
|