add Thermometer and PowerSocket structs and Device enum
This commit is contained in:
@@ -1 +1,7 @@
|
||||
mod device;
|
||||
mod power_socket;
|
||||
mod thermometer;
|
||||
|
||||
pub use device::Device;
|
||||
pub use power_socket::PowerSocket;
|
||||
pub use thermometer::Thermometer;
|
||||
|
||||
Reference in New Issue
Block a user