Options
All
  • Public
  • Public/Protected
  • All
Menu

Reply Lighting Device Status Data

see

4.14.2 Reply Lighting Device Status Data (DS)

Hierarchy

Implements

Index

Constructors

constructor

Properties

Optional Readonly checksum

checksum: undefined | string

Readonly data

data: string = ""

Optional Readonly expectedChecksum

expectedChecksum: undefined | string

Optional Readonly expectedPacketLength

expectedPacketLength: undefined | string

Readonly isChecksumValid

isChecksumValid: boolean = false

Readonly isPacketLengthValid

isPacketLengthValid: boolean = false

Readonly isWellFormed

isWellFormed: boolean = false

Readonly lightingDeviceNumber

lightingDeviceNumber: number

The lighting device number (1..256)

Readonly lightingLevel

lightingLevel: number

The lighting level, 0..100, where 0 = off, 100 = full on, and anything in between is the dim level. NOTE: this is different than what the M1 returns, which will return a 1 for full on.

Optional Readonly messageType

messageType: undefined | string

Optional Readonly packetLength

packetLength: undefined | string

Readonly raw

raw: string

Optional Readonly reserved

reserved: undefined | string

Optional Readonly subMessageType

subMessageType: undefined | string

Optional Readonly terminator

terminator: undefined | string

Static Readonly COMMAND

COMMAND: "DS" = "DS"

Accessors

command

  • get command(): string | null

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property
  • Static method

Generated using TypeDoc