Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7
typeflat

gmbnd_byte

  • Description: An unsigned byte value.

  • Valid Range: 0-255

  • Unit Size: 1 byte

  • Max Array Length: ## values

Image RemovedImage Added

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

Image RemovedImage Added

gmbnd_text

  • Description: An array of ASCII characters

  • Valid Range: 8-bit ASCII

  • Unit Size: 1 byte

  • Max Array Length: ## characters

NoteThe gmbnd_text property type is pending a future release.Image Added

gmbnd_bool

  • Description: An on/off control type with state

  • Valid Range: 0/1

  • Unit Size: 1 byte

  • Max Array Length: 1 value

Image RemovedImage Added

gmbnd_trigger

  • Description: A stateless trigger event

  • Valid Range: 1

  • Unit Size: 1 byte

  • Max Length: 1 value

Image RemovedImage Added

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_led UI elementImage RemovedImage Added

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

NoteThe gmbnd_color property type is pending a future release.Image Added