Using EP01#
EP01 is the first release in the Enody Platform. EP01 sets a new standard in home lighting. Through Spectral Tuning and Invisible Flicker, EP01 brings the capabilities of lab-grade lighting to your living room.
Pick a path#
To update, configure, or troubleshoot a device, start with the browser-based EP01 setup. This is the quickest and easiest way to get started with EP01.
If you want to control EP01 via code, use the CLI, inspect the device hierarchy, or build an integration, view the developer quickstart. These guides will walk you through EP01 development setup and the core concepts of the Enody SDK.
What EP01 exposes#
EP01 follows the shared Enody SDK model:
Environment -> Runtime -> Host -> Fixture -> Source -> Emitter
- A
Hostis the physical EP01 device. - A
Fixtureis the lighting product managed by that host. - A
Sourceis an independently controllable lighting region. - An
Emitteris a single LED channel with calibrated data.
That hierarchy is shared across the Rust, Python, and JavaScript SDKs, so the same concepts apply whether you are configuring a single light or building a larger control workflow.