C# Class HA4IoT.Controller.Main.Rooms.BedroomConfiguration

Mostra file Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
Apply ( ) : void
BedroomConfiguration ( IDeviceService deviceService, IAreaService areaService, CCToolsBoardService ccToolsBoardService, SynonymService synonymService, ActuatorFactory actuatorFactory, SensorFactory sensorFactory, AutomationFactory automationFactory ) : System

Private Methods

Method Description
SetupFan ( StateMachine fan, IArea room, HSREL8 hsrel8 ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void

BedroomConfiguration() public method

public BedroomConfiguration ( IDeviceService deviceService, IAreaService areaService, CCToolsBoardService ccToolsBoardService, SynonymService synonymService, ActuatorFactory actuatorFactory, SensorFactory sensorFactory, AutomationFactory automationFactory ) : System
deviceService IDeviceService
areaService IAreaService
ccToolsBoardService HA4IoT.Hardware.CCTools.CCToolsBoardService
synonymService SynonymService
actuatorFactory HA4IoT.Actuators.ActuatorFactory
sensorFactory HA4IoT.Sensors.SensorFactory
automationFactory HA4IoT.Automations.AutomationFactory
return System