Property Types
Â
gmbnd_byte
Description: An unsigned byte value.
Valid Range: 0-255
Unit Size: 1 byte
Max Array Length: ## values
Â
gmbnd_int32
Description: A 32-bit value which can be interpreted as either signed or unsigned.
Valid Range: Approximately +/-2billion or 0-4billion
Unit Size: 4 bytes
Max Length: ## values
Â
gmbnd_text
Description: An array of ASCII characters
Valid Range: 8-bit ASCII
Unit Size: 1 byte
Max Array Length: ## characters
gmbnd_bool
Description: An on/off control type with state
Valid Range: 0/1
Unit Size: 1 byte
Max Array Length: 1 value
Â
Â
gmbnd_trigger
Description: A stateless trigger event
Valid Range: 1
Unit Size: 1 byte
Max Length: 1 value
Â
gmbnd_led
Description: A 7 byte structure containing LED control values
Valid Range:
Index: 0-65535
Alpha: 0-255
RGBW: 0-255 (Each)
Max Length: 1 value
Â
Â
gmbnd_color
Description: A hex color code in the format WRGB (1 byte each)
Valid Range: 0x00000000 - 0xFFFFFFFF
Unit Size: 4 bytes
Max Array Length: ## values
Â