mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Cisco codec layout and min/max buttons for single display. v1.0.7
This commit is contained in:
parent
c3d455a7c2
commit
a61bfc4173
8 changed files with 82 additions and 31 deletions
|
|
@ -68,7 +68,7 @@ namespace PepperDash.Essentials.Core
|
|||
// Count the enable lines to see what max items is
|
||||
MaxDefinedItems = (ushort)SRL.BooleanInput
|
||||
.Where(s => s.Name.Contains("Enable")).Count();
|
||||
Debug.Console(0, "SRL {0} contains max {1} items", SRL.ID, MaxDefinedItems);
|
||||
Debug.Console(2, "SRL {0} contains max {1} items", SRL.ID, MaxDefinedItems);
|
||||
|
||||
SRL.SigChange -= new SmartObjectSigChangeEventHandler(SRL_SigChange);
|
||||
SRL.SigChange += new SmartObjectSigChangeEventHandler(SRL_SigChange);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue