Type Alias BaseDeviceWithPowerBrightnessColorStatusBody<DeviceType>

BaseDeviceWithPowerBrightnessColorStatusBody: BaseDeviceWithPowerBrightnessStatusBody<
    DeviceType,
> & { color: string }

Type Parameters

  • DeviceType