2 Commits

Author SHA1 Message Date
d71d5da740 fix(edge): 告警上报改指 WVP 端点,修复连接失败
- CLOUD_API_URL 改为 WVP 地址 (http://124.221.55.225:18080)
- 告警路径从 /admin-api/aiot/alarm/edge/* 改为 /api/ai/alert/edge/*
- 适配 WVP 新增的 report/resolve 端点

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 09:58:34 +08:00
a124edf8f9 fix(edge): EDGE_DEVICE_ID从edge-001改为edge,与WVP标准值一致
Edge的config_sync过滤Stream事件时要求device_id匹配,
WVP端标准device_id为"edge",此前不匹配导致Edge静默忽略
所有配置推送事件。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 15:48:32 +08:00