Skip to content

Commit

Permalink
BREAKING CHANGE: changes join map
Browse files Browse the repository at this point in the history
feature: parse names from unit are now used unless UseConfigNames == true
refactor: remove outlets online
  • Loading branch information
jtalborough committed Sep 18, 2024
1 parent 1aafb39 commit f60b263
Show file tree
Hide file tree
Showing 4 changed files with 569 additions and 546 deletions.
6 changes: 5 additions & 1 deletion src/Config/ApDeviceConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ public class ApDeviceConfig
public int PowerCycleTimeMs { get; set; }
public Dictionary<string, ApOutletConfig> Outlets { get; set; }
public bool UseEssentialsJoinmap { get; set; }

[JsonProperty("enableOutletsOverride")]
public bool EnableOutletsOverride { get; set; }
public bool EnableOutletsOverride { get; set; }

[JsonProperty("useConfigOutletNames")]
public bool useConfigOutletNames { get; set; }
}

public class ApOutletConfig
Expand Down
Loading

0 comments on commit f60b263

Please sign in to comment.