From fc9065d4c8be59c63844fee17a3390c662bb8052 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:55:21 +0200 Subject: [PATCH] Fix miel_hvac Fix miel_hvac (#18923) --- tasmota/tasmota_xdrv_driver/xdrv_44_miel_hvac.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_44_miel_hvac.ino b/tasmota/tasmota_xdrv_driver/xdrv_44_miel_hvac.ino index acdd3fa6a..6c2fd55d4 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_44_miel_hvac.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_44_miel_hvac.ino @@ -1085,8 +1085,8 @@ miel_hvac_pre_init(void) SetSerial(baudrate, TS_SERIAL_8E1); } - UpdateDevicesPresent(1); /* claim a POWER device slot */ sc->sc_device = TasmotaGlobal.devices_present; + UpdateDevicesPresent(1); /* claim a POWER device slot */ miel_hvac_sc = sc; return;