修复投影仪控制

This commit is contained in:
2025-03-05 11:03:19 +08:00
parent 363047c078
commit c71e8bc13d
18 changed files with 598 additions and 399 deletions

View File

@@ -16,6 +16,7 @@ type WaitItemModel struct {
Type WaitType `json:"type"`
Data string `json:"data"`
Interval int64 `json:"interval"`
Pause bool `json:"pause"`
}
type WaitModel struct {