C# 클래스 HA4IoT.Automations.RollerShutterAutomationExtensions

파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation

공개 메소드들

메소드 설명
WithCloseIfOutsideTemperatureIsGreaterThan ( this automation, float maxOutsideTemperature ) : RollerShutterAutomation
WithDoNotOpenBefore ( this automation, System.TimeSpan minTime ) : RollerShutterAutomation
WithDoNotOpenIfOutsideTemperatureIsBelowThan ( this automation, float minOutsideTemperature ) : RollerShutterAutomation

메소드 상세

WithCloseIfOutsideTemperatureIsGreaterThan() 공개 정적인 메소드

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

WithDoNotOpenBefore() 공개 정적인 메소드

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

WithDoNotOpenIfOutsideTemperatureIsBelowThan() 공개 정적인 메소드

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