mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +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 UserPin;
|
||||||
public string TechPin;
|
public string TechPin;
|
||||||
public string PresetsFileName;
|
public string PresetsFileName;
|
||||||
public EssentialsRoomScheduledEventsConfig RoomScheduledEvents;
|
public List<ScheduledEventConfig> RoomScheduledEvents;
|
||||||
|
|
||||||
public EssentialsTechRoomConfig()
|
public EssentialsTechRoomConfig()
|
||||||
{
|
{
|
||||||
Displays = new List<string>();
|
Displays = new List<string>();
|
||||||
Tuners = new List<string>();
|
Tuners = new List<string>();
|
||||||
RoomScheduledEvents = new EssentialsRoomScheduledEventsConfig();
|
RoomScheduledEvents = new List<ScheduledEventConfig>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user