Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

...

Table of Contents

...

Introduction

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFC400

Internal Message Type

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

...

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

...

Converts to

Message Type

Data

Digtial

Uses digital (on/off) for conversion

Trigger

Always triggers

Percent

Uses brightness for conversion

Color

Uses RGB color for conversion

Smartcolor

Uses RGB color for conversion

String

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.