5.2 ImageController.GetImage
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -136,7 +136,7 @@ Each type lives in `src/FrameProcessor/Domain/`. Tests in `tests/FrameProcessor.
|
||||
- Call `ImagePipeline.Process`, then `ImageStore.WriteAsync`.
|
||||
- Return `200 { frame, mac, url, processedAt, mqttPublished: false }` (MQTT stubbed).
|
||||
|
||||
### [ ] 5.2 `ImageController.GetImage`
|
||||
### [x] 5.2 `ImageController.GetImage`
|
||||
- Route: `GET /i/{mac}.png`.
|
||||
- Normalize `{mac}` via `MacAddress.TryParse` → 404 on bad form.
|
||||
- Look up frame by MAC → 404 if unknown or file absent.
|
||||
|
||||
Reference in New Issue
Block a user