重构 #4

Merged
huang merged 106 commits from 重构 into main 2025-09-18 21:51:17 +08:00
Showing only changes of commit 2ac3dcda84 - Show all commits

View File

@@ -22,9 +22,6 @@ type Service interface {
// Switch 用于切换指定设备的状态, 比如启动和停止
Switch(device models.Device, action DeviceAction) error
// Ping 用于检查设备是否正常
Ping() error
}
// 设备操作指令通用结构(最外层)