6.3 Wire MQTT publish into FramesController

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 15:19:11 +02:00
parent cc0241ab53
commit 948515c9bf
2 changed files with 8 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ Each type lives in `src/FrameProcessor/Domain/`. Tests in `tests/FrameProcessor.
- Topic: `{BaseTopic}/{mac}`, payload UTF-8 `"update"`, QoS 1, retained false.
- Returns success/failure (no throw).
### [ ] 6.3 Wire into `FramesController`
### [x] 6.3 Wire into `FramesController`
- After successful save, call `PublishAsync`; set `mqttPublished` accordingly in the response.
### [ ] 6.4 `/health` reports MQTT status