Skip to content

Commit

Permalink
fixes #2891
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Nov 3, 2024
1 parent 16d83b2 commit 8c2c8e2
Show file tree
Hide file tree
Showing 3 changed files with 3,653 additions and 0 deletions.
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()");
}
}
}
Loading

0 comments on commit 8c2c8e2

Please # to comment.