Method | Description | |
---|---|---|
WithCloseIfOutsideTemperatureIsGreaterThan ( this automation, float maxOutsideTemperature ) : |
||
WithDoNotOpenBefore ( this automation, System.TimeSpan minTime ) : |
||
WithDoNotOpenIfOutsideTemperatureIsBelowThan ( this automation, float minOutsideTemperature ) : |
public static WithCloseIfOutsideTemperatureIsGreaterThan ( this automation, float maxOutsideTemperature ) : |
||
automation | this | |
maxOutsideTemperature | float | |
return |
public static WithDoNotOpenBefore ( this automation, System.TimeSpan minTime ) : |
||
automation | this | |
minTime | System.TimeSpan | |
return |
public static WithDoNotOpenIfOutsideTemperatureIsBelowThan ( this automation, float minOutsideTemperature ) : |
||
automation | this | |
minOutsideTemperature | float | |
return |