The metric unit of pressure is mbar not mBar (#2248)
This is useful to vaoid having several graph for the same type of data According to wikipedia: Units derived from the bar include the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb).
This commit is contained in:
parent
ed44d28fc0
commit
ee4b1e2b78
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ SENSOR_TYPES = {
|
|||
'wind_bearing': ['Wind Bearing', '°', '°', '°', '°', '°'],
|
||||
'cloud_cover': ['Cloud Coverage', '%', '%', '%', '%', '%'],
|
||||
'humidity': ['Humidity', '%', '%', '%', '%', '%'],
|
||||
'pressure': ['Pressure', 'mBar', 'mBar', 'mBar', 'mBar', 'mBar'],
|
||||
'pressure': ['Pressure', 'mbar', 'mbar', 'mbar', 'mbar', 'mbar'],
|
||||
'visibility': ['Visibility', 'km', 'm', 'km', 'km', 'm'],
|
||||
'ozone': ['Ozone', 'DU', 'DU', 'DU', 'DU', 'DU'],
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue