15 lines
543 B
Markdown
15 lines
543 B
Markdown
# Implementation Plan
|
|
|
|
This repo reboot implements a deterministic virtual light abstraction with:
|
|
|
|
- typed specs and validation
|
|
- one shared runtime/debug core
|
|
- a compiled light model plus a shared solve function
|
|
- exact-target solving with deterministic combination elimination
|
|
- deCONZ backend support
|
|
- Home Assistant MQTT bridge
|
|
- coalesced HA command queueing
|
|
- test coverage for color, solver, reverse mapping, queueing, and integration flows
|
|
|
|
The archived prototype remains available for reference but is not the implementation base.
|