fix SunriseSunsetRequest to use right config values #18
Reference in New Issue
Block a user
No description provided.
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The SunriseSunsetRequestObject originally used config.getWeatherLatitude (and longitude). I changed this to use the right values (config.getSunriseSunsetLongitude ...).
This is important because if the weather setting are not set in config, the SunriseSunset request will fail with HTTP error 500.
Thank you!