fix:修补蓝牙配网bug

This commit is contained in:
yangzhijia
2026-08-12 09:22:28 +08:00
parent 93112dcdfd
commit 08a055b611
32 changed files with 13266 additions and 327 deletions

View File

@@ -83,6 +83,9 @@ public:
/** 本地报警上报 status/{gateid}/alarm (§4.7 扩展) */
void publishLocalAlarm(uint8_t alarmType, bool triggered, const char* desc);
/** 无人极简报文 (仅 Presence+RadarValid, 省4G流量) */
void publishPresenceOnly(bool presence, bool radarValid, uint32_t sequence);
// ============================================================
// 回调注册 (协议规范 §5)
// ============================================================