Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WLEDClientConfigReceiveOnly

Hierarchy

  • WLEDClientConfigReceiveOnly

Index

Properties

accessPoint?: { ip?: IPV4; pskLength?: number }

Type declaration

  • Optional ip?: IPV4

    IP address

  • Optional pskLength?: number

    Length of the pre-shared key

ethernet?: { pins?: number[] }

Ethernet

Type declaration

  • Optional pins?: number[]

    Ethernet pins

hardware?: { led?: { total?: number } }

Type declaration

  • Optional led?: { total?: number }
    • Optional total?: number

      Total number of LEDs

      No longer read, but provided for compatibility on downgrade.

interfaces?: { mqtt?: { pskLength?: number } }

Type declaration

  • Optional mqtt?: { pskLength?: number }
    • Optional pskLength?: number

      Length of the pre-shared key

network?: { instances?: { pskLength?: number }[] }

Type declaration

  • Optional instances?: { pskLength?: number }[]
ota?: { pskLength?: number }

Type declaration

  • Optional pskLength?: number

    Length of the pre-shared key

revision?: [number, number]

Settings revision

versionId?: number

Version ID

Generated using TypeDoc