homebridge-tasmota-control 1.6.6 → 1.6.7
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/sensors.js +1 -1
package/package.json
CHANGED
package/src/sensors.js
CHANGED
|
@@ -251,7 +251,7 @@ class Sensors extends EventEmitter {
|
|
|
251
251
|
//Prepare services
|
|
252
252
|
if (this.sensorsCount > 0) {
|
|
253
253
|
const debug = this.enableDebugMode ? this.emit('debug', `Prepare Sensor Services`) : false;
|
|
254
|
-
this.
|
|
254
|
+
this.temperatureServices = [];
|
|
255
255
|
this.temperatureReferenceServices = [];
|
|
256
256
|
this.temperatureObjServices = [];
|
|
257
257
|
this.temperatureAmbServices = [];
|