What problem are you looking to solve
Currently, the state echo has to be triggered on input over UART. Ideally a routine will run in the background, monitor the state of sensors and fans and echo a response only when they've been updated
Additional context
The desktop app polls the hardware to get a response to get around this, but it's not ideal
What problem are you looking to solve Currently, the state echo has to be triggered on input over UART. Ideally a routine will run in the background, monitor the state of sensors and fans and echo a response only when they've been updated
Additional context The desktop app polls the hardware to get a response to get around this, but it's not ideal