homebridge-tasmota-control 1.5.1-beta.13 → 1.5.1-beta.15
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
|
@@ -814,7 +814,7 @@ class MiElHvac extends EventEmitter {
|
|
|
814
814
|
this.emit('devInfo', `Hardware: ${this.info.modelName}`);
|
|
815
815
|
this.emit('devInfo', `Serialnr: ${this.serialNumber}`)
|
|
816
816
|
this.emit('devInfo', `Firmware: ${this.info.firmwareRevision}`);
|
|
817
|
-
this.emit('devInfo', `
|
|
817
|
+
this.emit('devInfo', `Device: MiELHVAC`);
|
|
818
818
|
this.emit('devInfo', `----------------------------------`);
|
|
819
819
|
return;
|
|
820
820
|
}
|