From 2e909e67c5f90bb24d79f029b626af819e16dec5 Mon Sep 17 00:00:00 2001 From: Lutz Bender Date: Fri, 9 Aug 2024 07:34:44 +0200 Subject: [PATCH] fix display wrapper for secondary openwb --- web/display/index.html | 2 +- web/display/setupMqttServices.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/display/index.html b/web/display/index.html index 0608dd6116..516f58a3e5 100644 --- a/web/display/index.html +++ b/web/display/index.html @@ -15,7 +15,7 @@ // functions for processing messages 'display/processAllMqttMsg.js?ver=20240730', // functions performing mqtt and start mqtt-service - 'display/setupMqttServices.js?ver=20240730', + 'display/setupMqttServices.js?ver=20240809', ]; scriptsToLoad.forEach((src) => { diff --git a/web/display/setupMqttServices.js b/web/display/setupMqttServices.js index d1273a642e..f40ad40aa9 100644 --- a/web/display/setupMqttServices.js +++ b/web/display/setupMqttServices.js @@ -18,7 +18,6 @@ var secondaryTopicsToSubscribe = { "openWB/system/ip_address": false, "openWB/system/current_branch": false, "openWB/system/current_commit": false, - "openWB/system/version": false, "openWB/general/extern_display_mode": false, "openWB/internal_chargepoint/global_data": false, "openWB/internal_chargepoint/0/data/parent_cp": false,