add Room struct

This commit is contained in:
3 changed files with 91 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
mod device;
mod power_socket;
mod room;
mod thermometer;
pub use device::Device;