mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-30 21:04:48 +00:00
moved ScheduledEvents list to main object
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user