diff --git a/feinstaub/sensors/models.py b/feinstaub/sensors/models.py index 328323a..3a92f64 100644 --- a/feinstaub/sensors/models.py +++ b/feinstaub/sensors/models.py @@ -93,6 +93,16 @@ def __str__(self): ('ratioP25', 'ratio 2.5µm in percent'), ## ('door_state', 'door state (open/closed)'), + ## gpssensor + ('lat', 'latitude'), + ('lon', 'longitude'), + ('height', 'height'), + ('hdop', 'horizontal dilusion of precision'), + ('timestamp', 'measured timestamp'), + ('age', 'measured age'), + ('satelites', 'number of satelites'), + ('speed', 'current speed over ground'), + ('azimuth', 'track angle'), )