mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Updates merge to ignore uid and merge on key only for devices
This commit is contained in:
parent
beb8e533bb
commit
6174400b7e
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ namespace PepperDash.Core.Config
|
|||
merged.Add("info", template["info"]);
|
||||
|
||||
merged.Add("devices", MergeArraysOnTopLevelProperty(template["devices"] as JArray,
|
||||
system["devices"] as JArray, "uid", "devices"));
|
||||
system["devices"] as JArray, "key", "devices"));
|
||||
|
||||
if (system["rooms"] == null)
|
||||
merged.Add("rooms", template["rooms"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue