Compare commits
2 Commits
3af1cc40a5
...
fa0a9f4ddc
Author | SHA1 | Date | |
---|---|---|---|
fa0a9f4ddc | |||
689790fe86 |
1
TODO.md
1
TODO.md
@ -7,6 +7,7 @@
|
|||||||
- [ ] Add device name field with ID/Key mappings
|
- [ ] Add device name field with ID/Key mappings
|
||||||
- [ ] Add device type field with ID/Key mappings
|
- [ ] Add device type field with ID/Key mappings
|
||||||
- [ ] Move EVERYTHING to pointers to support nil
|
- [ ] Move EVERYTHING to pointers to support nil
|
||||||
|
- [ ] Add proxy to upstream support
|
||||||
|
|
||||||
## Done
|
## Done
|
||||||
- [x] Consolidate battery status into one metric with device label
|
- [x] Consolidate battery status into one metric with device label
|
||||||
|
@ -43,7 +43,7 @@ func MapAwnUpdate(awnUpdate *AmbientWeatherUpdate) *weather.WeatherUpdate {
|
|||||||
DateUTC: &updateTime,
|
DateUTC: &updateTime,
|
||||||
TempOutdoorF: awnUpdate.TempF,
|
TempOutdoorF: awnUpdate.TempF,
|
||||||
HumidityOudoor: awnUpdate.Humidity,
|
HumidityOudoor: awnUpdate.Humidity,
|
||||||
WindSpeedMPH: awnUpdate.WindGustMPH,
|
WindSpeedMPH: awnUpdate.WindSpeedMPH,
|
||||||
WindGustMPH: awnUpdate.WindGustMPH,
|
WindGustMPH: awnUpdate.WindGustMPH,
|
||||||
MaxDailyGust: awnUpdate.MaxDailyGust,
|
MaxDailyGust: awnUpdate.MaxDailyGust,
|
||||||
WindDir: awnUpdate.WindDir,
|
WindDir: awnUpdate.WindDir,
|
||||||
|
Loading…
Reference in New Issue
Block a user