add Thermometer and PowerSocket structs and Device enum

This commit is contained in:
5 changed files with 165 additions and 9 deletions

View File

@@ -1 +1,7 @@
mod device;
mod power_socket;
mod thermometer;
pub use device::Device;
pub use power_socket::PowerSocket;
pub use thermometer::Thermometer;