-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re-ordered for compatibility reasons
- Loading branch information
Showing
3 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
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
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
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,22 @@ | ||
--- ./patchsource/www/rega/esp/functions.fn.orig | ||
+++ ./patchsource/www/rega/esp/functions.fn | ||
@@ -331,6 +331,19 @@ | ||
! Hide channel 3 of this device | ||
bShowChannel = false; | ||
} | ||
+ | ||
+ ! HB Status Display EPaper 42BW | ||
+ if(( (oDevHssType == "HB-DIS-EP-42BW") || (oDevHssType == "HB-DIS-EP-42BW-MAINS") ) && (chNumber == 11)) { | ||
+ ! Hide channel 11 of this device | ||
+ bShowChannel = false; | ||
+ } | ||
+ | ||
+ ! HB Status Display EPaper 75BW | ||
+ if(( (oDevHssType == "HB-DIS-EP-75BW") || (oDevHssType == "HB-DIS-EP-75BW-MAINS") ) && (chNumber == 9)) { | ||
+ ! Hide channel 9 of this device | ||
+ bShowChannel = false; | ||
+ } | ||
+ | ||
} | ||
|
||
function ::showHideHmIPChannel() { |