Light


Introduction

Internal Message Type

The Light Message Type is OBJECT based. The object contains color, digital, brightness, colorTemp and importance attributes.


Example Data

{ color: #FFFF, digital: false, brightness: 00, colorTemp: 00, importance: 00 }

Converts to

Message Type

Data

Message Type

Data

https://quantumintegrate.atlassian.net/wiki/spaces/HELP/pages/396296230

Uses digital (on/off) for conversion

https://quantumintegrate.atlassian.net/wiki/spaces/HELP/pages/396296237

Always triggers

https://quantumintegrate.atlassian.net/wiki/spaces/HELP/pages/396296289

Uses brightness for conversion

Uses RGB color for conversion

Uses RGB color for conversion

Directly converts and print out all values


Debug View

In the Debug View values can be written to or read from the drivers on the Builder Base directly.

Write

The test only consists of turning the light on or off by writing “ON“ or “OFF“ at this point.