ledfx
Preparing search index...
Device
Interface Device
Convenience type for a Device object using the universal DeviceConfig.
interface
Device
{
active_virtuals
:
string
[]
;
config
:
DeviceConfig
;
id
:
string
;
online
:
boolean
;
type
:
|
"wled"
|
"launchpad"
|
"adalight"
|
"artnet"
|
"ddp"
|
"dummy"
|
"e131"
|
"govee"
|
"hue"
|
"lifx"
|
"nanoleaf"
|
"open_pixel_control"
|
"openrgb"
|
"osc"
|
"rpi_ws281x"
|
"twinkly_squares"
|
"udp"
|
"zengee"
;
virtuals
:
string
[]
;
}
Index
Properties
active_
virtuals
config
id
online
type
virtuals
Properties
active_
virtuals
active_virtuals
:
string
[]
config
config
:
DeviceConfig
id
id
:
string
online
online
:
boolean
type
type
:
|
"wled"
|
"launchpad"
|
"adalight"
|
"artnet"
|
"ddp"
|
"dummy"
|
"e131"
|
"govee"
|
"hue"
|
"lifx"
|
"nanoleaf"
|
"open_pixel_control"
|
"openrgb"
|
"osc"
|
"rpi_ws281x"
|
"twinkly_squares"
|
"udp"
|
"zengee"
virtuals
virtuals
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active_
virtuals
config
id
online
type
virtuals
ledfx
Loading...
Convenience type for a Device object using the universal DeviceConfig.