C# Class HA4IoT.Automations.RollerShutterAutomationExtensions

Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode 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 méthode

public static WithCloseIfOutsideTemperatureIsGreaterThan ( this automation, float maxOutsideTemperature ) : RollerShutterAutomation
automation this
maxOutsideTemperature float
Résultat RollerShutterAutomation

WithDoNotOpenBefore() public static méthode

public static WithDoNotOpenBefore ( this automation, System.TimeSpan minTime ) : RollerShutterAutomation
automation this
minTime System.TimeSpan
Résultat RollerShutterAutomation

WithDoNotOpenIfOutsideTemperatureIsBelowThan() public static méthode

public static WithDoNotOpenIfOutsideTemperatureIsBelowThan ( this automation, float minOutsideTemperature ) : RollerShutterAutomation
automation this
minOutsideTemperature float
Résultat RollerShutterAutomation