code cleanup + add CLI bin

This commit is contained in:
sigil-03 2025-04-06 15:35:10 -06:00
parent c5866eeccc
commit 230034c7f0
5 changed files with 64 additions and 7 deletions

5
src/lib.rs Normal file
View file

@ -0,0 +1,5 @@
pub mod control;
pub mod monitor;
pub mod system;
pub mod tasmota;
pub mod types;