-
public class SunSetRiseRule extends Rule
Create a timer condition expression related to sunrise or sunset times, for example "x minutes before sunrise" "at sunrise" is till handled as a normal weather condition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
SunSetRiseRule.SunType
-
Method Summary
Modifier and Type Method Description static SunSetRiseRule
newInstance(PlaceFacadeBean city, SunSetRiseRule.SunType type, Integer minutes)
-
-
Method Detail
-
newInstance
static SunSetRiseRule newInstance(PlaceFacadeBean city, SunSetRiseRule.SunType type, Integer minutes)
-
-
-
-