mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Add config properties
Implement ITvPresetsProvider
This commit is contained in:
parent
2e636082bb
commit
748b1ca147
2 changed files with 7 additions and 2 deletions
|
|
@ -23,6 +23,10 @@ namespace PepperDash.Essentials.Room.Config
|
|||
[JsonProperty("scheduledEvents")]
|
||||
public List<ScheduledEventConfig> ScheduledEvents;
|
||||
|
||||
[JsonProperty("isPrimary")] public bool IsPrimary;
|
||||
|
||||
[JsonProperty("isTvPresetsProvider")] public bool IsTvPresetsProvider;
|
||||
|
||||
public EssentialsTechRoomConfig()
|
||||
{
|
||||
Displays = new List<string>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue