Files
openhab/items/astro.items

9 lines
461 B
Plaintext
Raw Permalink Normal View History

2018-07-01 21:48:05 +02:00
DateTime dtSunset_Time "Zachód Słońca [%1$tH:%1$tM]" <sun> {astro="planet=sun, type=set, property=end"}
Switch sSunset_Event { astro="planet=sun, type=set, property=end"}
Switch sSunset_Event_in_halfhour { astro="planet=sun, type=set, property=end, offset=-30"}
Switch sSunset_Event_in_hour { astro="planet=sun, type=set, property=end, offset=-60"}
Switch sSunset_Event_in_twohours { astro="planet=sun, type=set, property=end, offset=-120"}
2018-07-01 21:48:05 +02:00