mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
ecs-1162: Messaging changes for Weil
This commit is contained in:
parent
da832a7da1
commit
0bb107f5ef
4 changed files with 65 additions and 7 deletions
|
|
@ -16,6 +16,9 @@ namespace PepperDash.Essentials.Room.Cotija
|
|||
[JsonProperty("auxFaders")]
|
||||
public Dictionary<string, Volume> AuxFaders { get; set; }
|
||||
|
||||
[JsonProperty("numberOfAuxFaders")]
|
||||
public int NumberOfAuxFaders { get; set; }
|
||||
|
||||
public Volumes()
|
||||
{
|
||||
AuxFaders = new Dictionary<string, Volume>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue