Type alias BulbSysinfo

BulbSysinfo: CommonSysinfo & {
    description: string;
    is_color: 0 | 1;
    is_dimmable: 0 | 1;
    is_variable_color_temp: 0 | 1;
    length?: number;
    light_state: BulbSysinfoLightState;
    mic_mac: string;
    mic_type: string;
}

Type declaration

  • description: string
  • is_color: 0 | 1
  • is_dimmable: 0 | 1
  • is_variable_color_temp: 0 | 1
  • Optional length?: number
  • light_state: BulbSysinfoLightState
  • mic_mac: string
  • mic_type: string

Generated using TypeDoc