Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Nov 5, 2024
1 parent 7517b05 commit 90e2e62
Show file tree
Hide file tree
Showing 3 changed files with 105,142 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
--- occu/WebUI/www/webui/webui.js.orig
+++ occu/WebUI/www/webui/webui.js
@@ -35441,15 +35441,15 @@
multiMode = oChannelDescr.multiMode;
var tmpDev;

- if (typeof channelAddress != "undefined") {
+ if (typeof channelType != "undefined") {
+ chType = channelType;
+ } else if (typeof channelAddress != "undefined") {
var channel = DeviceList.getChannelByAddress(channelAddress);
if (channel) {
chType = channel.channelType;
channelIsVisible = channel.isVisible;
}
- } else if (typeof channelType != "undefined") {
- chType = channelType;
- }
+ }

if (chType == "KEY_TRANSCEIVER") {
if (deviceType.toLowerCase().indexOf("hmip-asir") != -1) {
Loading

0 comments on commit 90e2e62

Please sign in to comment.