🐜 Bug description
Might be adjacent to #34
The display precision used to do weird things when adjusted from the UI. The typescript side would say something like "this sensor is 1 billion bytes", and on the UI the user says "I want GB"
This at least used to case some weird desync situations where both sides were not in alignment about units / their quantity. Was not clear if it's a Python issue, or TS was also incorrect. I'm inclined to think python only, so filing issue here
It's plausible this issue is no longer present, it was not an explicit test scenario after the recent rebuild
🐜 Bug description
Might be adjacent to #34
The display precision used to do weird things when adjusted from the UI. The typescript side would say something like "this sensor is 1 billion bytes", and on the UI the user says "I want GB"
This at least used to case some weird desync situations where both sides were not in alignment about units / their quantity. Was not clear if it's a Python issue, or TS was also incorrect. I'm inclined to think python only, so filing issue here
It's plausible this issue is no longer present, it was not an explicit test scenario after the recent rebuild