mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
getting started with EssentialsTechRoom
This commit is contained in:
parent
f283f82bbc
commit
008a052045
4 changed files with 291 additions and 163 deletions
20
PepperDashEssentials/Room/Config/EssentialsTechRoomConfig.cs
Normal file
20
PepperDashEssentials/Room/Config/EssentialsTechRoomConfig.cs
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace PepperDash.Essentials.Room.Config
|
||||
{
|
||||
public class EssentialsTechRoomConfig
|
||||
{
|
||||
public List<string> Displays;
|
||||
public List<string> Tuners;
|
||||
public string ScheduleProviderKey;
|
||||
public string UserPin;
|
||||
public string TechPin;
|
||||
public string PresetsFileName;
|
||||
|
||||
public EssentialsTechRoomConfig()
|
||||
{
|
||||
Displays = new List<string>();
|
||||
Tuners = new List<string>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue