feat: DevicePlugin Task2 — DevicePlugin骨架 + DeviceBackend trait + 模块注册

This commit is contained in:
showen
2026-03-13 06:32:14 +08:00
parent 4d1b830563
commit 584f65b9f5
5 changed files with 313 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
pub mod ble;
pub mod device;
pub mod http;
pub mod screen;
pub mod video;