charlie-haley / flowcontrol

open source, multi-platform fan controller.
https://flowctl.app
MIT License
4 stars 0 forks source link

only echo state when there's a change #81

Closed charlie-haley closed 2 years ago

charlie-haley commented 2 years ago

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