mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix: update access level for config constructor
This commit is contained in:
parent
10129b8178
commit
45e6dff26d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ namespace PepperDash.Essentials.Core
|
|||
{
|
||||
[JsonProperty("deviceKeys")] public List<string> DeviceKeys { get; set; }
|
||||
|
||||
OccupancyAggregatorConfig()
|
||||
public OccupancyAggregatorConfig()
|
||||
{
|
||||
DeviceKeys = new List<string>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue