-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jp112sdl
committed
Nov 3, 2024
1 parent
16d83b2
commit 8c2c8e2
Showing
3 changed files
with
3,653 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
buildroot-external/patches/occu/0189-WebUI-Fix-ControlHmIP-MOD-RC8.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 @@ | ||
--- occu/WebUI/www/rega/esp/datapointconfigurator.fn.orig | ||
+++ occu/WebUI/www/rega/esp/datapointconfigurator.fn | ||
@@ -591,7 +591,7 @@ | ||
if (ch.MetaData("channelMode") == 3) { | ||
Call("/esp/controls/door_window_contact.fn::CreateDoorWindowContact()"); | ||
} else { | ||
- Call("/esp/datapointconfigurator.fn::CreateNoFunction()"); | ||
+ Call("/esp/controls/key_switch_sc.fn::CreateContent()"); | ||
} | ||
} | ||
} |
Oops, something went wrong.