UNPKG
philips-hue-light-api
Version:
latest (0.0.1-alpha.16)
0.0.1-alpha.16
0.0.1-alpha.15
0.0.1-alpha.14
0.0.1-alpha.13
0.0.1-alpha.12
0.0.1-alpha.11
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.8
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
An API client for the Philips Hue API.
github.com/SteffenKn/Hue-Api
SteffenKn/Hue-Api
philips-hue-light-api
/
dist
/
types
/
Hue
/
LightbulbState.d.ts
14 lines
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
declare
type
LightbulbState
= {
on
:
boolean
;
bri
:
number
;
hue
:
number
;
sat
:
number
;
effect
:
string
;
xy
:
Array
<
number
>;
ct
:
number
;
alert
:
string
;
colormode
:
string
;
mode
:
string
;
reachable
:
boolean
; };
//# sourceMappingURL=LightbulbState.d.ts.map