mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
renamed room -> rooms
started on Dual Display room;
This commit is contained in:
parent
7a1aec5dfc
commit
6d27faa918
22 changed files with 201 additions and 34 deletions
|
|
@ -66,8 +66,7 @@ namespace PepperDash.Essentials.Core
|
|||
StringIncrement = stringIncrement;
|
||||
|
||||
// Count the enable lines to see what max items is
|
||||
MaxDefinedItems = (ushort)SRL.BooleanInput
|
||||
.Where(s => s.Name.Contains("Enable")).Count();
|
||||
MaxDefinedItems = (ushort)SRL.BooleanInput.Count(s => s.Name.Contains("Enable"));
|
||||
Debug.Console(2, "SRL {0} contains max {1} items", SRL.ID, MaxDefinedItems);
|
||||
|
||||
SRL.SigChange -= new SmartObjectSigChangeEventHandler(SRL_SigChange);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue