Skip to content

Commit

Permalink
move section to stay in common patch section with ccu fw 3.65
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Jun 26, 2022
1 parent c9e553b commit e579488
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions patchsource/www/rega/esp/datapointconfigurator.fn
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ function ::dcCreate()
var CN_WIN_SC_SENSOR = "WIN_SC_SENSOR.";
var CN_WINDOW = "WINDOW.";

var CN_EVENT_INTERFACE = "EVENT_INTERFACE.";
var CN_NOT_ACTIVE = "CHANNEL_NOT_ACTIVE";

var CN_RFID_BUTTON = "RFIDBTN.";
var CN_IRRC_BUTTON = "IRRCBTN.";
var CN_IBTN_BUTTON = "IBTN.";
Expand All @@ -162,9 +165,6 @@ function ::dcCreate()
var CN_PWRSC = "PWRSC.";
var CN_CONDSC = "CONDSC.";

var CN_EVENT_INTERFACE = "EVENT_INTERFACE.";
var CN_NOT_ACTIVE = "CHANNEL_NOT_ACTIVE";

var isInvisible = false;
var isKnownControl = false;

Expand Down
10 changes: 5 additions & 5 deletions src/addon/patch/common/datapointconfigurator.fn.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--- ./patchsource/www/rega/esp/datapointconfigurator.fn.orig
+++ ./patchsource/www/rega/esp/datapointconfigurator.fn
@@ -148,6 +148,20 @@
var CN_WIN_SC_SENSOR = "WIN_SC_SENSOR.";
var CN_WINDOW = "WINDOW.";
@@ -151,6 +151,20 @@
var CN_EVENT_INTERFACE = "EVENT_INTERFACE.";
var CN_NOT_ACTIVE = "CHANNEL_NOT_ACTIVE";

+ var CN_RFID_BUTTON = "RFIDBTN.";
+ var CN_IRRC_BUTTON = "IRRCBTN.";
Expand All @@ -18,8 +18,8 @@
+ var CN_PWRSC = "PWRSC.";
+ var CN_CONDSC = "CONDSC.";
+
var CN_EVENT_INTERFACE = "EVENT_INTERFACE.";
var CN_NOT_ACTIVE = "CHANNEL_NOT_ACTIVE";
var isInvisible = false;
var isKnownControl = false;

@@ -369,7 +383,140 @@
sLastControlName = CN_BTN_SHORT_ONLY;
Expand Down

0 comments on commit e579488

Please sign in to comment.