hoffmation-base 2.18.9 → 2.18.11

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.
@@ -24,7 +24,7 @@ class DeviceUpdater {
24
24
  // Ignore null states
25
25
  return;
26
26
  }
27
- if (state.q === ioBroker.STATE_QUALITY.SUBSTITUTE_INITIAL_VALUE) {
27
+ if (state.q === 0x20) {
28
28
  // Ignore substitute default values
29
29
  return;
30
30
  }
@@ -55,7 +55,7 @@ class ShellyTrv extends shellyDevice_1.ShellyDevice {
55
55
  this._setAutomaticModeId = `${this.info.fullID}.tmp.automaticTemperatureControl`;
56
56
  this._setExternalTempId = `${this.info.fullID}.ext.temperature`;
57
57
  this._setEnableExternalTempId = `${this.info.fullID}.ext.enabled`;
58
- this._setPointTemperaturID = `${this.info.fullID}.tmp.shelly.temperatureTargetC`;
58
+ this._setPointTemperaturID = `${this.info.fullID}.tmp.temperatureTargetC`;
59
59
  this._minumumLevelId = `${this.info.fullID}.tmp.minimumValvePosition`;
60
60
  this._temperatureId = `${this.info.fullID}.tmp.temperatureC`;
61
61
  this._valvePosId = `${this.info.fullID}.tmp.valvePosition`;