feat: batch device property reads

This commit is contained in:
2026-07-22 09:45:16 +08:00
parent 3f05417b83
commit 013056d715
3 changed files with 211 additions and 0 deletions
+6
View File
@@ -159,6 +159,12 @@ type PropertyResult struct {
Message string `json:"message,omitempty"`
}
type DevicePropertyResult struct {
Name string
Value any
Code int
}
type ActionRequest struct {
DID string `json:"did"`
SIID int `json:"siid"`