Go to file
caoqianming 4227747852 feat(control): stop auto-control and disable buttons when REM goes local
- Add `rem_local: bool` to UnitRuntime; set true when any equipment's
  REM signal is false with good quality
- Engine check_fault_comm: stop auto-control and fire AutoControlStopped
  when any equipment switches to local mode
- Block start-auto when rem_local (backend + error message)
- Frontend: disable Start Auto button in units/ops views when rem_local
- Frontend: disable equipment Start/Stop buttons in config view when
  unit's rem_local is true

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 10:30:43 +08:00
docs refactor(web): remove dead code and translate plan docs to Chinese 2026-03-26 08:57:29 +08:00
migrations db: enforce unique signal_role per equipment on point 2026-03-26 22:14:27 +08:00
src feat(control): stop auto-control and disable buttons when REM goes local 2026-03-27 10:30:43 +08:00
web feat(control): stop auto-control and disable buttons when REM goes local 2026-03-27 10:30:43 +08:00
.gitignore feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
API.md feat: api文档更新 2026-03-26 13:55:35 +08:00
Cargo.lock feat: add page 2026-03-11 13:23:05 +08:00
Cargo.toml feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00