somakeit / smib

1 stars 0 forks source link

Implement smibhid status handler similar to error handler #162

Open sjefferson99 opened 3 months ago

sjefferson99 commented 3 months ago

Create a status handler module for other modules to register their states. So space state can be open, closed, unknown etc. Wifi can be disconnected, connecting, connected etc,

Displays can then pull state info from state handler and errors from error handler as best suits the display.