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