homebridge-tasmota-control 1.7.10-beta.3 → 1.7.10
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/mielhvac.js +1 -1
package/package.json
CHANGED
package/src/mielhvac.js
CHANGED
|
@@ -122,7 +122,7 @@ class MiElHvac extends EventEmitter {
|
|
|
122
122
|
await this.checkState();
|
|
123
123
|
}))
|
|
124
124
|
.on('updateRemoteTemp', () => this.handleWithLock('updateRemoteTemp', async () => {
|
|
125
|
-
await this.
|
|
125
|
+
await this.updateRemoteTemp();
|
|
126
126
|
}))
|
|
127
127
|
.on('state', (state) => {
|
|
128
128
|
this.emit(state ? 'success' : 'warn', `Impulse generator ${state ? 'started' : 'stopped'}`);
|