LumaSense Interfaces¶
Ecosystem LumaSense Optional component
The LumaSense Bus is a 3-wire bus that expands the input capabilities of Luma One (XL) Modules. It is primarily designed for pushbutton and sensor integration, but actuator control is also possible.
Key features¶
System Integration¶
flowchart LR
PB([Input / Sensor]) --> PI([LumaSense Interface])
PI <-- LumaSense Bus --> LO([Luma One XL Module])
LO <-- LumaLink Bus --> MOD([Other Modules])
class PI interface
classDef interface stroke:#1e88e5,stroke-width:3px;