Description: This plugin sends events related to Sunrise and Sunset time for the configured latitude/longitude.
Type: - Categories: Utilities, Weather
Development status: Beta version
Tested on: All platforms
Developer: Matteo Mazzoni
This plugin sends events related to Sunrise and Sunset time for the configured latitude/longitude. It’s based on OpenWeatherMap and EarthTools providers.
In the manifest file you have to set the following properties:
| Parameter | Meaning |
|---|---|
| lat | latitude |
| log | longitude |
By default the plugin uses OpenWeatherMap provider. If you want to use EarthTools you have to set it in <property name="provider" value="earthtools"/>.
Events are populated with the following properties
| Property | Meaning | Values |
|---|---|---|
| isSunrise | sunset happened a few seconds ago | true or false |
| isSunset | sunset happened a few seconds ago | true or false |
| beforeSunset | minutes before the sun sets | integer |
| afterSunset | minutes after the sun sets | integer |
| beforeSunrise | minutes before the sun rises | integer |
| afterSunrise | minutes after the sun rose | integer |
| Download |