Enhancements:
- Changes to support Homebridge v1.0.0.
This version is currently in beta under v0.4.54-beta.54. Until the final version has been released, install Homebridge WS through;sudo npm -g i homebridge-ws@next
- Added new characteristics:
TemperatureMin
,TemperatureMax
,WindChill
,Status
,Sunrise
,Sunset
, see #15. Note thatSunrise
andSunset
are in local time of the server running Homebridge WS; not in local time of the location.Status
gives the OpenWeatherMap numeric code forCondition
, so it can be used in automations. See https://openweathermap.org/weather-conditions for the meaning of the values.
Bump dependencies:
- homebridge v1.0.0 (or 0.4.54-beta.54);
- homebridge-lib v4.6.0.