mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
Minor updates to Fusion Occ before merge
This commit is contained in:
parent
ce3de2baeb
commit
2b29bf6aa5
5 changed files with 1 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -34,8 +34,6 @@ namespace PepperDash.Essentials.Fusion
|
|||
Dictionary<Device, BoolInputSig> SourceToFeedbackSigs =
|
||||
new Dictionary<Device, BoolInputSig>();
|
||||
|
||||
FusionOccupancySensor OccSensor;
|
||||
|
||||
BooleanSigData OccupancyStatusSig;
|
||||
|
||||
StatusMonitorCollection ErrorMessageRollUp;
|
||||
|
|
@ -1072,7 +1070,7 @@ namespace PepperDash.Essentials.Fusion
|
|||
|
||||
FusionRoom.AddAsset(eAssetType.OccupancySensor, tempAsset.Number, tempAsset.Name, tempAsset.Type, tempAsset.InstanceID);
|
||||
|
||||
((FusionOccupancySensor)FusionRoom.UserConfigurableAssetDetails[tempAsset.Number].Asset).RoomOccupied.InputSig = OccupancyStatusSig;
|
||||
((FusionOccupancySensor)FusionRoom.UserConfigurableAssetDetails[tempAsset.Number].Asset).RoomOccupied.InputSig.BoolValue = OccupancyStatusSig.InputSig.BoolValue;
|
||||
//}
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue