mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
parent
4fcccfff0b
commit
2cc5631672
2 changed files with 356 additions and 355 deletions
|
|
@ -446,6 +446,7 @@ namespace PepperDash.Essentials.Devices.Common.Occupancy
|
|||
if (!string.IsNullOrEmpty(joinMapSerialized))
|
||||
joinMap = JsonConvert.DeserializeObject<CenOdtOccupancySensorBaseJoinMap>(joinMapSerialized);
|
||||
|
||||
bridge.AddJoinMap(Key, joinMap);
|
||||
|
||||
Debug.Console(1, occController, "Linking to Trilist '{0}'", trilist.ID.ToString("X"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue