L4Pro / 跌倒检测接口文档

独立后端 5010 · http://47.116.111.12/l4pro/ · 设备ID: 43059953

API 接口

基础

GET /l4pro/api/health
健康检查

跌倒数据

GET /l4pro/api/fall/realtime?device=xxx
实时数据
GET /l4pro/api/fall/history?device=xxx&startDate=&endDate=
历史数据
GET /l4pro/api/fall/history/calendar?device=xxx&month=2026-05
历史日历

预警

GET /l4pro/api/fall/warnings?device=xxx&limit=5
预警列表

设置 (查询+保存)

GET /l4pro/api/fall/settings/monitor?device=xxx
查询监控设置
POST /l4pro/api/fall/settings/monitor
保存监控设置
GET /l4pro/api/fall/settings/range?device=xxx
查询范围设置
POST /l4pro/api/fall/settings/range
保存范围设置
GET /l4pro/api/fall/settings/alert?device=xxx
查询预警设置
POST /l4pro/api/fall/settings/alert
保存预警设置