Moved Devices to a models module

This commit is contained in:
Ricardo Zuasti
2026-02-14 12:30:12 -05:00
parent 3185af3fdb
commit 7c96939b2d
10 changed files with 34 additions and 29 deletions
+1
View File
@@ -9,6 +9,7 @@ mod db;
mod device_finders;
mod events;
mod mac_vendor_finder;
mod model;
mod settings;
#[tokio::main]