mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
fix: update access level for config constructor
This commit is contained in:
@@ -7,7 +7,7 @@ namespace PepperDash.Essentials.Core
|
|||||||
{
|
{
|
||||||
[JsonProperty("deviceKeys")] public List<string> DeviceKeys { get; set; }
|
[JsonProperty("deviceKeys")] public List<string> DeviceKeys { get; set; }
|
||||||
|
|
||||||
OccupancyAggregatorConfig()
|
public OccupancyAggregatorConfig()
|
||||||
{
|
{
|
||||||
DeviceKeys = new List<string>();
|
DeviceKeys = new List<string>();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user