Interface AVMDeviceBulb

Hierarchy

Properties

battery?: unknown
colorcontrol: {
    current_mode: string;
    fullcolorsupport: string;
    hue: BadString;
    mapped: string;
    saturation: BadString;
    supported_modes: string;
    temperature: BadString;
    unmapped_hue: BadString;
    unmapped_saturation: BadString;
}

Type declaration

  • current_mode: string
  • fullcolorsupport: string
  • hue: BadString
  • mapped: string
  • saturation: BadString
  • supported_modes: string
  • temperature: BadString
  • unmapped_hue: BadString
  • unmapped_saturation: BadString
etsiunitinfo: {
    etsideviceid: string;
    interfaces: string;
    unittype: string;
}

Type declaration

  • etsideviceid: string
  • interfaces: string
  • unittype: string
functionbitmask: string
fwversion?: string
hkr?: any
id: string
identifier: string
levelcontrol: {
    level: string;
    levelpercentage: string;
}

Type declaration

  • level: string
  • levelpercentage: string
manufacturer?: string
name: string
presence?: unknown
present: string
productname?: string
simpleonoff: {
    state: "0" | "1";
}

Type declaration

  • state: "0" | "1"
txbusy: string

Generated using TypeDoc