On a device, I can call currentValue()
to get the last value of a given attribute. For the Location object, I can see that the hub keeps past events because they're in the logs tab, but Location has no currentValue()
that I can find. Is there a way to fetch past values of sunsetTime and sunriseTime?
(I know that I could also call getSunriseAndSunset()
, but that always returns the current day values, which may be in the past, which isn't terribly useful.)