Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WLEDClientExchangeableState

Hierarchy

  • WLEDClientExchangeableState

Index

Properties

brightness?: number

Device's current brightness.

liveDataOverride?: WLEDLiveDataOverride

Live data override.

mainSegmentId?: number

ID of the main segment.

Object containing the device's nightlight state.

on?: boolean

Device's current power state.

playlistId?: number

ID of the device's current playlist.

presetId?: number

ID of the device's current preset.

segments: WLEDClientSegment[]

Array of segments.

transitionTime?: number

Device's current transition time in 100ms intervals (eg. 4 is 400ms).

udpSync: { receive?: boolean; send?: boolean }

UDP Sync state object.

Type declaration

  • Optional receive?: boolean

    Receive UDP Sync broadcast packets.

  • Optional send?: boolean

    Send UDP Sync broadcast packet on state change.

Generated using TypeDoc