add structs for Thermometer and PowerSocket; add Device trait
This commit is contained in:
@@ -1 +1,3 @@
|
||||
|
||||
mod device;
|
||||
mod house;
|
||||
mod room;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1 +1,3 @@
|
||||
|
||||
mod device;
|
||||
mod house;
|
||||
mod room;
|
||||
|
||||