mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Adds dummy source and room power on implementation
This commit is contained in:
parent
57ebd2b608
commit
f0a3b27e3b
2 changed files with 18 additions and 11 deletions
|
|
@ -5,6 +5,9 @@ namespace PepperDash.Essentials.Room.Config
|
|||
{
|
||||
public class EssentialsTechRoomConfig
|
||||
{
|
||||
[JsonProperty("dummySourceKey")]
|
||||
public string DummySourceKey { get; set; }
|
||||
|
||||
[JsonProperty("displays")]
|
||||
public List<string> Displays;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue