Annotate list of Sensor Types with their respective SI Units
Closed this issue · 0 comments
lorennorman commented
I would like to have the below list of sensor types exhaustively annotated with the default unit type for each sensor type. I can take that into JS and render things correctly from there.
Bonus points if you can give an example string as well, for example:
SENSOR_TYPE_AMBIENT_TEMPERATURE = 13; /** Degrees Celsius, "{value}°C" **/
...which i could then use on the front-end to render: 25.3°C