Commit graph

7 commits

Author SHA1 Message Date
Winni Neessen 54cc672dfc
Refine comment for DateTime function in speed.go
The comment for the DateTime function in the speed.go file was slightly confusing and inaccurate. It has been updated to more accurately reflect its purpose and functionality. It now clearly states that the function returns the DateTime when the Speed was checked, as originally intended.
2023-06-27 19:12:35 +02:00
Winni Neessen 8cb9754f69
Added SnowHeight and corrected comments 2023-06-26 12:21:36 +02:00
Winni Neessen a697b13970
Move init multipliers into constants so we can reuse them 2023-06-23 16:42:06 +02:00
Winni Neessen a7feae910b
Switch from kn to m/s as default unit for Speed types 2023-06-23 11:52:36 +02:00
Winni Neessen 03d274846e
Added weather symbol to current weather
- Also refactored some types
- Introduced GenericString type
2023-05-24 22:00:47 +02:00
Winni Neessen 2630ea675e
Fixes 2023-05-23 20:00:42 +02:00
Winni Neessen 80a4d74032
Major restructuring in favour of current weather reading
- Renamed types from ObservationXXX to generic type names
- Put generic types into their own files
- Added CurrentWeatherByCoordinates
- Added Source type and made it available for Temperature types
2023-05-22 17:13:36 +02:00