mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
renamed room -> rooms
started on Dual Display room;
This commit is contained in:
parent
35388ddf66
commit
ddb1f254e6
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