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

Mostra file Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
Apply ( ) : void
UpperBathroomConfiguration ( CCToolsBoardService ccToolsBoardService, IDeviceService deviceService, ISchedulerService schedulerService, IAreaService areaService, ISettingsService settingsService, SynonymService synonymService, AutomationFactory automationFactory, ActuatorFactory actuatorFactory, SensorFactory sensorFactory ) : System

Private Methods

Method Description
SetupFan ( StateMachine stateMachine, HSREL5 hsrel5 ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void

UpperBathroomConfiguration() public method

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