tighten device action args validation and normalize media payload schema

This commit is contained in:
DBT
2026-02-25 01:23:25 +00:00
parent 68145f8185
commit a21237c1e4
5 changed files with 44 additions and 6 deletions

View File

@@ -49,6 +49,7 @@
- 可在 `NodeInfo` 中配置 `token`relay 会自动附加 `Authorization: Bearer <token>`
- `nodes` 工具支持设备快捷参数:`facing``duration_ms``command`
- 设备动作响应统一:`ok/code/error/payload`code 示例:`ok` `unsupported_action` `transport_error`
- 设备 `payload` 规范字段:`media_type` `storage` `url|path|image` `meta`
实现位置:
- `pkg/nodes/types.go`