@jstark/tplink-smarthome-api
Preparing search index...
LightStateInput
Interface LightStateInput
interface
LightStateInput
{
brightness
?:
number
;
color_temp
?:
number
;
dft_on_state
?:
{
brightness
?:
number
;
color_temp
?:
number
;
hue
?:
number
;
mode
?:
string
;
saturation
?:
number
;
}
;
hue
?:
number
;
ignore_default
?:
0
|
1
;
mode
?:
string
;
on_off
?:
0
|
1
;
saturation
?:
number
;
transition_period
?:
number
;
}
Hierarchy (
View Summary
)
LightState
LightStateInput
Index
Properties
brightness?
color_
temp?
dft_
on_
state?
hue?
ignore_
default?
mode?
on_
off?
saturation?
transition_
period?
Properties
Optional
brightness
brightness
?:
number
0-100
Optional
color_
temp
color_temp
?:
number
Kelvin
Optional
dft_
on_
state
dft_on_state
?:
{
brightness
?:
number
;
color_temp
?:
number
;
hue
?:
number
;
mode
?:
string
;
saturation
?:
number
;
}
Optional
hue
hue
?:
number
0-360
Optional
ignore_
default
ignore_default
?:
0
|
1
Default Value
1
Copy
Optional
mode
mode
?:
string
Optional
on_
off
on_off
?:
0
|
1
Optional
saturation
saturation
?:
number
0-100
Optional
transition_
period
transition_period
?:
number
(ms)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
brightness
color_
temp
dft_
on_
state
hue
ignore_
default
mode
on_
off
saturation
transition_
period
@jstark/tplink-smarthome-api
Loading...
0-100