plc_control/crates
caoqianming 3b92c0028a Merge handle_control_event and persist_event_if_needed
The split existed only so handle_control_event could log
UnitStateChanged and then delegate; that's no longer worth its own
function. Co-locating the UnitStateChanged special case with the other
match arms makes its 'log-only, no persist' treatment self-evident,
and the call chain drops from handle → persist → record to handle →
record.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 08:39:17 +08:00
..
app_feeder_distributor Merge handle_control_event and persist_event_if_needed 2026-04-22 08:39:17 +08:00
app_operation_system Clean feeder core dependency boundaries 2026-04-21 16:22:11 +08:00
plc_platform_core Rename persist_and_broadcast to record_platform_event 2026-04-22 08:33:28 +08:00