C# Class HA4IoT.Automations.RollerShutterAutomationExtensions

Datei anzeigen Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
WithCloseIfOutsideTemperatureIsGreaterThan ( this automation, float maxOutsideTemperature ) : RollerShutterAutomation
WithDoNotOpenBefore ( this automation, System.TimeSpan minTime ) : RollerShutterAutomation
WithDoNotOpenIfOutsideTemperatureIsBelowThan ( this automation, float minOutsideTemperature ) : RollerShutterAutomation

Method Details

WithCloseIfOutsideTemperatureIsGreaterThan() public static method

public static WithCloseIfOutsideTemperatureIsGreaterThan ( this automation, float maxOutsideTemperature ) : RollerShutterAutomation
automation this
maxOutsideTemperature float
return RollerShutterAutomation

WithDoNotOpenBefore() public static method

public static WithDoNotOpenBefore ( this automation, System.TimeSpan minTime ) : RollerShutterAutomation
automation this
minTime System.TimeSpan
return RollerShutterAutomation

WithDoNotOpenIfOutsideTemperatureIsBelowThan() public static method

public static WithDoNotOpenIfOutsideTemperatureIsBelowThan ( this automation, float minOutsideTemperature ) : RollerShutterAutomation
automation this
minOutsideTemperature float
return RollerShutterAutomation