forked from jens-maus/RaspberryMatic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Channel HmIPW-DRI16 + HmIPW-DRI32
This fixes jens-maus#2736
- Loading branch information
1 parent
66bf7cb
commit 8239a37
Showing
3 changed files
with
13,133 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
buildroot-external/patches/occu/0186-WebUI-Fix-HmIPW-DRI16_DRI32-Channel.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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);" |
Oops, something went wrong.