LED

Members

(inner, constant) LEDColorFormat

Properties:
Name Type Description
"RGB-WS2811"

'RGB-WS2811'

"RBG-WS2811"

'RBG-WS2811'

"GRB-WS2811"

'GRB-WS2811'

"GBR-WS2811"

'GBR-WS2811'

"BRG-WS2811"

'BRG-WS2811'

"BGR-WS2811"

'BGR-WS2811'

"WRGB-WS2812B"

'WRGB-WS2812B'

"WRBG-WS2812B"

'WRBG-WS2812B'

"WGRB-WS2812B"

'WGRB-WS2812B'

"WGBR-WS2812B"

'WGBR-WS2812B'

"WBRG-WS2812B"

'WBRG-WS2812B'

"WBGR-WS2812B"

'WBGR-WS2812B'

"RWGB-WS2812B"

'RWGB-WS2812B'

"RWBG-WS2812B"

'RWBG-WS2812B'

"RGWB-WS2812B"

'RGWB-WS2812B'

"RGBW-WS2812B"

'RGBW-WS2812B'

"RBWG-WS2812B"

'RBWG-WS2812B'

"RBGW-WS2812B"

'RBGW-WS2812B'

"GWRB-WS2812B"

'GWRB-WS2812B'

"GWBR-WS2812B"

'GWBR-WS2812B'

"GRWB-WS2812B"

'GRWB-WS2812B'

"GRBW-WS2812B"

'GRBW-WS2812B'

"GBWR-WS2812B"

'GBWR-WS2812B'

"GBRW-WS2812B"

'GBRW-WS2812B'

"BWRG-WS2812B"

'BWRG-WS2812B'

"BWGR-WS2812B"

'BWGR-WS2812B'

"BRWG-WS2812B"

'BRWG-WS2812B'

"BRGW-WS2812B"

'BRGW-WS2812B'

"BGWR-WS2812B"

'BGWR-WS2812B'

"BGRW-WS2812B"

'BGRW-WS2812B'

Type Definitions

Color :Object

Properties:
Name Type Description
red Number

Amount of Red in color, from 0 up to 255

green Number

Amount of Green in color, from 0 up to 255

blue Number

Amount of Blue in color, from 0 up to 255

white Number

Amount of white in color, from 0 up to 255

DisconnectedException :Object

Properties:
Name Type Description
code String

The code of the error, in this case it is 'Agent.LED.Disconnected'

name String

The name of the error, in this case it is 'DisconnectedException'

stack String

The stack trace from where this error was instantiated.

InvalidAddressException :Object

Properties:
Name Type Description
code String

The code of the error, in this case it is 'Agent.LED.InvalidAddress'

name String

The name of the error, in this case it is 'InvalidAddressException'

stack String

The stack trace from where this error was instantiated.

InvalidChannelException :Object

Properties:
Name Type Description
code String

The code of the error, in this case it is 'Agent.LED.InvalidChannel'

name String

The name of the error, in this case it is 'InvalidChannelException'

stack String

The stack trace from where this error was instantiated.

InvalidColorParamsException :Object

Properties:
Name Type Description
code String

The code of the error, in this case it is 'Agent.LED.InvalidColorParams'

name String

The name of the error, in this case it is 'InvalidColorParamsException'

stack String

The stack trace from where this error was instantiated.

InvalidFlashRateException :Object

Properties:
Name Type Description
code String

The code of the error, in this case it is 'Agent.LED.InvalidRate'

name String

The name of the error, in this case it is 'InvalidFlashRateException'

stack String

The stack trace from where this error was instantiated.

InvalidFlashRateException :Object

Properties:
Name Type Description
code String

The code of the error, in this case it is 'Agent.LED.InvalidFlashRate'

name String

The name of the error, in this case it is 'InvalidFlashRateException'

stack String

The stack trace from where this error was instantiated.

InvalidTypeException :Object

Properties:
Name Type Description
code String

The code of the error, in this case it is 'Agent.LED.InvalidType'

name String

The name of the error, in this case it is 'InvalidTypeException'

stack String

The stack trace from where this error was instantiated.

LEDControllerInfo :Object

Properties:
Name Type Description
firmwareDate String

The date the firmware was built.

firmwareVersion String

The firmware version.

manufacturer String

The device manufacturer

model String

The device model.