Skip to content

Commit

Permalink
enhanced 0041-WebUI-Patch by added CCU-Jack to interface/category sel…
Browse files Browse the repository at this point in the history
…ector (#2446, #2445, @Baxxy13)
  • Loading branch information
Baxxy13 authored Sep 26, 2023
1 parent 559b86b commit d7175bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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"} //
],

Original file line number Diff line number Diff line change
Expand Up @@ -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"} //
],

Expand Down

0 comments on commit d7175bf

Please sign in to comment.