Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service
José Rebelo 564cb1bfcc Introduce WeatherSpec v4
New fields for current weather:

- dewPoint
- pressure
- cloudCover
- visibility
- sunRise
- sunSet
- moonRise
- moonSet
- moonPhase
- airQuality
- latitude
- longitude
- feelsLikeTemp
- isCurrentLocation

New fields for daily forecast:

Deprecate the old "Forecast" class, which was not versioned, but keep it for backwards compatibility with old apps. Old WeatherSpec forecasts are de-serialized into the new Daily class. New fields:

- windSpeed
- windDirection
- uvIndex
- precipProbability
- sunRise
- sunSet
- moonRise
- moonSet
- moonPhase
- airQuality

Add hourly values:
- timestamp
- temp
- conditionCode
- humidity
- windSpeed
- windDirection
- uvIndex
- precipProbability

Air Quality:
- aqi (plume)
- co
- no2
- o3
- pm10
- pm25
- so2
- coAqi
- no2Aqi
- o3Aqi
- pm10Aqi
- pm25Aqi
- so2Aqi
2023-08-27 15:13:57 +00:00
..
btbr Add customize buffer size on BTBRQueue 2023-07-22 19:49:34 +00:00
btclassic Sony WH-1000XM3: Read information from device 2021-12-23 11:39:26 +01:00
btle Support for Withings Steel HR (#2831) 2023-07-26 17:20:43 +00:00
devices Introduce WeatherSpec v4 2023-08-27 15:13:57 +00:00
receivers Fix reconnect delay reset after all devices are initialized 2023-07-22 20:28:25 +01:00
serial Amazfit GTR 4: Initial support 2022-10-22 22:03:49 +02:00
AbstractDeviceSupport.java Bangle.js: Handle fw and hw versions 2023-08-09 09:09:52 +01:00
DeviceCommunicationService.java Fix emoji transliteration 2023-07-20 21:54:31 +01:00
DeviceSupport.java Zepp OS: Do not change GATT Callback unless explicitely set 2022-10-23 10:11:23 +01:00
DeviceSupportFactory.java Core: replaced device initialization logic with class based decision 2023-08-26 08:14:06 +00:00
NotificationCollectorMonitorService.java update license headers 2021-01-10 23:38:13 +01:00
ServiceDeviceSupport.java Core: replaced device initialization logic with class based decision 2023-08-26 08:14:06 +00:00