mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
fix(essentials): Adds missing constructor for Configuration RootObject
This commit is contained in:
@@ -1843,6 +1843,11 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
|||||||
public class RootObject
|
public class RootObject
|
||||||
{
|
{
|
||||||
public Configuration Configuration { get; set; }
|
public Configuration Configuration { get; set; }
|
||||||
|
|
||||||
|
public RootObject()
|
||||||
|
{
|
||||||
|
Configuration = new Configuration();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user