objects
objects
objects
color
an object containing the 3 rgb values
parameter type description
red int the value for red in the additive rgb-model
green int the value for green in the additive rgb-model
blue int the value for blue in the additive rgb-model
led
an object containing all the values for an led
parameter type description
name string the name of the led
value object<color> an object of the currently set rgb-values
mode
an object containing all the values for a native mode of the device
parameter type description
id int mode index
name string mode name
value int mode identifier
flags int ????
speedMin int minimum speed the mode can be set to
speedMax int maximum speed the mode can be set to
colorMin int minimum colors for this mode, if fewer rest defaults to black
colorMax int maximum colors for this mode
speed int speed the mode is currently set to
direction int direction the mode is currently set to
colorMode int ????
colorLength int ????
colors array the colors the mode is currently set to
flagList array list of flags from flags attribute
zone
an object containing every values a zone can have
parameter type description
name string zone name
id int zone index
type int ????
ledsMin int the minimum amount of leds this zone has to be assigned
ledsMax int the amount of leds this zone can maximally be assigned
ledsCount int the amount of leds currently distributed to this zone
resizable boolean if the zone is resizable