Go to file
caoqianming b832d98196 fix(control): block manual commands during auto, fix engine stop_time=0 bug, add sim feedback
- validator: reject equipment start/stop when unit auto_enabled
- engine: fix stop_time_sec==0 causing infinite Stopped state (never starts)
- engine: call simulate_run_feedback after auto commands when SIMULATE_PLC=true
- command: extract simulate_run_feedback to shared module (was private in handler)
- web: disable Start/Stop buttons when unit auto is active; sync on WS runtime update

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 12:37:43 +08:00
docs docs: update feature spec with current implementation status 2026-03-25 08:27:09 +08:00
migrations feat(control): add unit and event foundation 2026-03-24 10:20:23 +08:00
src fix(control): block manual commands during auto, fix engine stop_time=0 bug, add sim feedback 2026-03-25 12:37:43 +08:00
web fix(control): block manual commands during auto, fix engine stop_time=0 bug, add sim feedback 2026-03-25 12:37:43 +08:00
.gitignore feat: 软件第一个版本 2026-03-03 13:32:05 +08:00
API.md docs(api): rewrite API.md to cover all current endpoints 2026-03-25 08:50:47 +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