Skip to main content

Module adapter

Module adapter 

Source
Expand description

Service adapter trait. Each concrete adapter (Roon, Hue, …) implements this to accept intents and publish state updates.

Structs§

StateUpdate
State update from an external service. The edge-agent forwards these over WebSocket to the config-server for fan-out to the Web UI, and can also drive local device feedback (LED glyphs, etc.).

Traits§

ServiceAdapter