Type Alias BaseDeviceWithPowerBrightnessStatusBody<DeviceType>

BaseDeviceWithPowerBrightnessStatusBody: BaseDeviceWithPowerStatusBody<
    DeviceType,
> & { brightness: number }

Type Parameters

  • DeviceType