1. 接口概述
本规范定义边缘网关与MES之间的数据交换格式,支持JSON over HTTPS。
2. 节拍数据格式
{
"device_id": "string",
"station_id": "string",
"cycle_time_ms": 12345,
"timestamp": "2025-03-21T10:30:00Z"
}
3. 报警数据格式
{
"device_id": "string",
"alarm_code": 1001,
"severity": "warning",
"start_time": "2025-03-21T10:30:00Z",
"end_time": "2025-03-21T10:35:00Z"
}
详细字段说明请参考附录。

