mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-30 21:04:48 +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; }
|
||||
|
||||
OccupancyAggregatorConfig()
|
||||
public OccupancyAggregatorConfig()
|
||||
{
|
||||
DeviceKeys = new List<string>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user