ruuvi / com.ruuvi.station.ios

iOS Ruuvi Station
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

AirPressure alert setting ignores attempt to set min - defect- outlier #2136

Closed DG12 closed 1 month ago

DG12 commented 1 month ago

Attempt to set min alert (by keyboard) to 14.70 results in no change and no error message

image

image

Error message should be produced

markoaamunkajo commented 1 month ago

It's because min limit is hPa 500 which converts to 14.76 so you cannot save value that is lower. For background I think this is an OS styling thing, so we probably cannot change it.

DG12 commented 1 month ago

Seems like an error message should be presented.