From d7175bf23684b23219fdfc969a9c37a7a7bdeb7f Mon Sep 17 00:00:00 2001 From: Baxxy13 <54898249+Baxxy13@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:10:56 +0200 Subject: [PATCH] enhanced 0041-WebUI-Patch by added CCU-Jack to interface/category selector (#2446, #2445, @Baxxy13) --- ...Sorting.patch => 0041-WebUI-ThirdPartyDevice-Sorting.patch} | 3 ++- .../occu/WebUI/www/webui/webui.js | 1 + .../occu/WebUI/www/webui/webui.js.orig | 0 3 files changed, 3 insertions(+), 1 deletion(-) rename buildroot-external/patches/occu/{0041-WebUI-CUxD-DeviceOverview-Sorting.patch => 0041-WebUI-ThirdPartyDevice-Sorting.patch} (84%) rename buildroot-external/patches/occu/{0041-WebUI-CUxD-DeviceOverview-Sorting => 0041-WebUI-ThirdPartyDevice-Sorting}/occu/WebUI/www/webui/webui.js (99%) rename buildroot-external/patches/occu/{0041-WebUI-CUxD-DeviceOverview-Sorting => 0041-WebUI-ThirdPartyDevice-Sorting}/occu/WebUI/www/webui/webui.js.orig (100%) diff --git a/buildroot-external/patches/occu/0041-WebUI-CUxD-DeviceOverview-Sorting.patch b/buildroot-external/patches/occu/0041-WebUI-ThirdPartyDevice-Sorting.patch similarity index 84% rename from buildroot-external/patches/occu/0041-WebUI-CUxD-DeviceOverview-Sorting.patch rename to buildroot-external/patches/occu/0041-WebUI-ThirdPartyDevice-Sorting.patch index 1842576da9..9f8814f488 100644 --- a/buildroot-external/patches/occu/0041-WebUI-CUxD-DeviceOverview-Sorting.patch +++ b/buildroot-external/patches/occu/0041-WebUI-ThirdPartyDevice-Sorting.patch @@ -1,10 +1,11 @@ --- occu/WebUI/www/webui/webui.js.orig +++ occu/WebUI/www/webui/webui.js -@@ -17896,6 +17896,7 @@ +@@ -17896,6 +17896,8 @@ {id: "INTERFACE_BIDCOS_WIRED", name: translateKey("BidCosWired-Filter")}, // BidCos-Wired {id: "INTERFACE_HMIP_RF", name: translateKey("HmIPRF")}, // HmIP-RF {id: "INTERFACE_VIRTUAL_DEVICES", name: translateKey("VirtualDevices")}, + {id: "INTERFACE_CUXD", name: "CUxD"}, // ++ {id: "INTERFACE_CCU_JACK", name: "CCU-Jack"}, // {id: "INTERFACE_SYSTEM", name: "System"} // ], diff --git a/buildroot-external/patches/occu/0041-WebUI-CUxD-DeviceOverview-Sorting/occu/WebUI/www/webui/webui.js b/buildroot-external/patches/occu/0041-WebUI-ThirdPartyDevice-Sorting/occu/WebUI/www/webui/webui.js similarity index 99% rename from buildroot-external/patches/occu/0041-WebUI-CUxD-DeviceOverview-Sorting/occu/WebUI/www/webui/webui.js rename to buildroot-external/patches/occu/0041-WebUI-ThirdPartyDevice-Sorting/occu/WebUI/www/webui/webui.js index 565c1577d3..6e4a8f0829 100755 --- a/buildroot-external/patches/occu/0041-WebUI-CUxD-DeviceOverview-Sorting/occu/WebUI/www/webui/webui.js +++ b/buildroot-external/patches/occu/0041-WebUI-ThirdPartyDevice-Sorting/occu/WebUI/www/webui/webui.js @@ -17897,6 +17897,7 @@ if (PLATFORM == "Central") { {id: "INTERFACE_HMIP_RF", name: translateKey("HmIPRF")}, // HmIP-RF {id: "INTERFACE_VIRTUAL_DEVICES", name: translateKey("VirtualDevices")}, {id: "INTERFACE_CUXD", name: "CUxD"}, // + {id: "INTERFACE_CCU_JACK", name: "CCU-Jack"}, // {id: "INTERFACE_SYSTEM", name: "System"} // ], diff --git a/buildroot-external/patches/occu/0041-WebUI-CUxD-DeviceOverview-Sorting/occu/WebUI/www/webui/webui.js.orig b/buildroot-external/patches/occu/0041-WebUI-ThirdPartyDevice-Sorting/occu/WebUI/www/webui/webui.js.orig similarity index 100% rename from buildroot-external/patches/occu/0041-WebUI-CUxD-DeviceOverview-Sorting/occu/WebUI/www/webui/webui.js.orig rename to buildroot-external/patches/occu/0041-WebUI-ThirdPartyDevice-Sorting/occu/WebUI/www/webui/webui.js.orig