smart-house-web: в работе

This commit is contained in:
3 changed files with 72 additions and 2 deletions

View File

@@ -34,3 +34,4 @@ mod server;
pub use server::run_server;
mod house;
pub use house::{Device, PowerSocket, Thermometer};