fix: preserve partial batch property results

This commit is contained in:
2026-07-22 11:38:23 +08:00
parent 013056d715
commit a22457ce5f
3 changed files with 63 additions and 9 deletions
+1
View File
@@ -163,6 +163,7 @@ type DevicePropertyResult struct {
Name string
Value any
Code int
Err error `json:"-"`
}
type ActionRequest struct {