plc_control/src
caoqianming 0545388b85 feat(unit): embed equipments with role_points in unit list and get responses
Unit list and single-unit endpoints now include per-unit equipment list
with signal-role points and monitor data, consistent with unit detail.
Uses batch queries to avoid N+1 DB calls.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 10:26:45 +08:00
..
control refactor(simulate): consolidate all simulation code into simulate.rs 2026-03-26 10:17:44 +08:00
handler feat(unit): embed equipments with role_points in unit list and get responses 2026-03-26 10:26:45 +08:00
service feat(unit): embed equipments with role_points in unit list and get responses 2026-03-26 10:26:45 +08:00
util feat(control): add unit and event foundation 2026-03-24 10:20:23 +08:00
config.rs feat(sim): simulate RUN signal feedback when SIMULATE_PLC=true 2026-03-25 11:08:38 +08:00
connection.rs fix(opcua): trigger reconnect on BadTimeout and tighten subscription params 2026-03-24 12:50:55 +08:00
db.rs feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
event.rs feat(events): use Chinese messages with entity names 2026-03-26 09:53:26 +08:00
handler.rs feat(control): add unit and event foundation 2026-03-24 10:20:23 +08:00
main.rs feat(simulate): chaos task for rem/flt signal testing 2026-03-26 10:11:05 +08:00
middleware.rs feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
model.rs feat(api): add GET /api/unit/{id}/detail with nested equipment and points 2026-03-25 08:37:09 +08:00
service.rs feat(control): add unit and event foundation 2026-03-24 10:20:23 +08:00
telemetry.rs 优化数据序列化:时间戳使用本地时间格式,简化 DataValue 输出 2026-03-04 12:41:14 +08:00
util.rs feat: 添加通用的分页工具模块 2026-03-04 13:37:58 +08:00
websocket.rs feat(websocket): add UnitRuntimeChanged message type 2026-03-24 14:47:35 +08:00