csawatzky
270df1a118
fixed unit from V to mV for analog pressure
2026-06-23 16:40:09 -06:00
csawatzky
52c8a02af3
with changing unit preferences and such to use the user object and not local storage, the decriber needed to be updated as well and i missed that part, so now describeMeasurement takes in an optional user and uses its settings for the unit and such and when not passed in will use the defaults
2026-04-01 10:42:16 -06:00
csawatzky
dc54f99abd
had cursor replace uses of getDistanceUnit with using the distance unit in the users settings so that it no longer relies on local storage
2026-03-26 09:43:39 -06:00
csawatzky
a2944d7a60
refactor: replace deprecated getPressureUnit and getTemperatureUnit functions with user model methods
...
Updated the GateDeviceInteraction and MeasurementDescriber components to utilize user.pressureUnit() instead of the deprecated getPressureUnit() function. Added deprecation comments in units.ts for clarity on the transition to User.tempUnit() and User.pressureUnit().
2026-03-25 16:23:56 -06:00
csawatzky
ce41a2dc05
replacing the getTemperatureUnit function in units that uses the local storage with a function in the user model to just get it from the user settings
2026-03-25 15:45:59 -06:00
csawatzky
e41670be8f
added comment in the measurement describer
2026-02-12 15:02:43 -06:00
csawatzky
5c5d8debc4
fix for the mV decimals on drager sensors, there shouldn't be any
2025-10-28 09:33:55 -06:00
csawatzky
8a53f9689a
changed the speed to be m/s in metric rather than km/h and ft/m in imperial and added the measurement type for speed/velocity to the airflow component
2025-07-25 09:45:32 -06:00
csawatzky
6c5ba5315e
set the LEL to display as a percent the same as O2
2025-05-23 11:37:41 -06:00
csawatzky
40c8e01010
modified the describer for measurments to change the label for auto detect to cable id and type
2025-04-29 12:09:28 -06:00
Carter
45ff49bcea
added tons of files for component functionality; manual component adding added temporarily
2025-02-11 16:31:03 -06:00