Skip to content

Commit

Permalink
Fix Channel HmIPW-DRI16 + HmIPW-DRI32
Browse files Browse the repository at this point in the history
This fixes jens-maus#2736
  • Loading branch information
Weseler485 committed Aug 11, 2024
1 parent 66bf7cb commit 8239a37
Show file tree
Hide file tree
Showing 3 changed files with 13,133 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- ./www/config/easymodes/etc/hmipChannelConfigDialogs.tcl.orig
+++ ./www/config/easymodes/etc/hmipChannelConfigDialogs.tcl
@@ -1119,7 +1119,7 @@
append html "};"

append html "window.setTimeout(function() {"
- append html "var elmOperationMode = jQuery(\"#separate_$CHANNEL\_2\"),"
+ append html "var elmOperationMode = jQuery(\"#separate_$CHANNEL\_1\"),"
append html "mode = elmOperationMode.val(),"
append html "chn = elmOperationMode.prop(\"id\").split(\"_\")\[2\];"
append html "showHideKeyParams(mode, chn);"
Loading

0 comments on commit 8239a37

Please sign in to comment.