plc_control/src/handler
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
..
control.rs feat(control): stop auto-control and disable buttons when REM goes local 2026-03-27 10:30:43 +08:00
doc.rs feat(docs): add README.md button opening shared doc drawer 2026-03-26 16:27:51 +08:00
equipment.rs fix(control): refresh unit mappings on config changes 2026-03-26 13:30:14 +08:00
log.rs fix(logs): follow rotated log files in stream 2026-03-26 13:41:36 +08:00
page.rs feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00
point.rs fix(control): refresh unit mappings on config changes 2026-03-26 13:30:14 +08:00
source.rs feat(events): use Chinese messages with entity names 2026-03-26 09:53:26 +08:00
tag.rs feat: 为 get_tag_list 接口添加分页功能 2026-03-04 15:19:39 +08:00