mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
moved ScheduledEvents list to main object
This commit is contained in:
parent
05e2422cb4
commit
3a024b8d4c
1 changed files with 2 additions and 2 deletions
|
|
@ -10,13 +10,13 @@ namespace PepperDash.Essentials.Room.Config
|
|||
public string UserPin;
|
||||
public string TechPin;
|
||||
public string PresetsFileName;
|
||||
public EssentialsRoomScheduledEventsConfig RoomScheduledEvents;
|
||||
public List<ScheduledEventConfig> RoomScheduledEvents;
|
||||
|
||||
public EssentialsTechRoomConfig()
|
||||
{
|
||||
Displays = new List<string>();
|
||||
Tuners = new List<string>();
|
||||
RoomScheduledEvents = new EssentialsRoomScheduledEventsConfig();
|
||||
RoomScheduledEvents = new List<ScheduledEventConfig>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue