Skip to content

Scrypted Documentation / ColorSettingHsv

Interface: ColorSettingHsv

ColorSettingHsv sets the color of a colored light using the HSV representation.

Properties

hsv?

optional hsv: ColorHsv

Methods

setHsv()

setHsv(hue, saturation, value): Promise<void>

Parameters

hue: number

saturation: number

value: number

Returns

Promise<void>