mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Added starter method for directory root:good; adding json props and converters to directory classes
This commit is contained in:
parent
e196ff1627
commit
ad48b1ebac
4 changed files with 57 additions and 18 deletions
|
|
@ -15,6 +15,11 @@ namespace PepperDash.Essentials.Room.Cotija
|
|||
|
||||
[JsonProperty("auxFaders")]
|
||||
public List<Volume> AuxFaders { get; set; }
|
||||
|
||||
public Volumes()
|
||||
{
|
||||
AuxFaders = new List<Volume>();
|
||||
}
|
||||
}
|
||||
|
||||
public class Volume
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue