MixUp White v1 / Prisma White: protocol
Interfaces
Section titled “Interfaces”- BLE service:
FFE0; - BLE characteristic:
FFE1; - protocol: ASCII;
- terminator:
\r.
Commands
Section titled “Commands”| Command | Purpose |
|---|---|
V\r |
version/liveness query |
W<0..255>\r |
white channel brightness |
S<value>\r |
speed/effect parameter |
The external API brightness 0..100% is converted as:
wireValue = ceil(percent * 2.55)| Brightness | Command |
|---|---|
| 0% | W0\r |
| 50% | W128\r |
| 80% | W204\r |
| 100% | W255\r |
Workflow
Section titled “Workflow”- open the transport;
- send
V\r; - wait for the reply line up to
\r; - send
W<value>\r; - treat the physical state as unconfirmed if the device returned no status.