From c27a23e5fe52fa68d2667548cfa57228a864eb4d Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:01:04 +0200 Subject: [PATCH] v4.4.0.6 - Fix for MQTT-Client adapter - Fix: Using MQTT adapter or MQTT-CLIENT adapter / Minor Fix by wolwin --- ioBroker/DEV/NSPanelTs.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index 37edc342..9a57d148 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -125,6 +125,7 @@ ReleaseNotes: - 13.09.2024 - v4.4.0.4 New Feature: Hidden Carts - 18.09.2024 - v4.4.0.5 Remove day.JS - 19.09.2024 - v4.4.0.6 Check Ports with mqtt.X and mqtt-client.X + - 27.09.2024 - v4.4.0.6 Fix: Using MQTT adapter or MQTT-CLIENT adapter / Minor Fix by wolwin Todo: - XX.12.2024 - v5.0.0 ioBroker Adapter @@ -994,7 +995,7 @@ export const config: Config = { // _________________________________ DE: Ab hier keine Konfiguration mehr _____________________________________ // _________________________________ EN: No more configuration from here _____________________________________ -const scriptVersion: string = 'v4.4.0.5'; +const scriptVersion: string = 'v4.4.0.6'; const tft_version: string = 'v4.4.0'; const desired_display_firmware_version = 53; const berry_driver_version = 9;