forked from jpmartin-gicom/homeware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparamByTrait.json
36 lines (36 loc) · 1.02 KB
/
paramByTrait.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"action.devices.traits.Toggles": {},
"action.devices.traits.ArmDisarm": {},
"action.devices.traits.CameraStream": {},
"action.devices.traits.ColorSetting": {
"color": {
"spectrumHsv": {
"hue": 240,
"saturation": 1,
"value": 1
},
"temperatureK": 4000,
"spectrumRGB": 255
}
},
"action.devices.traits.FanSpeed": {},
"action.devices.traits.LightEffects": {},
"action.devices.traits.Modes": {},
"action.devices.traits.OnOff": {
"on": true
},
"action.devices.traits.OpenClose": {},
"action.devices.traits.Scene": {},
"action.devices.traits.StartStop": {},
"action.devices.traits.TemperatureControl": {},
"action.devices.traits.TemperatureSetting": {},
"action.devices.traits.Timer": {},
"action.devices.traits.Dock": {},
"action.devices.traits.Locator": {},
"action.devices.traits.RunCycle": {},
"action.devices.traits.StatusReport": {},
"action.devices.traits.Brightness": {
"brightness": 100
},
"action.devices.traits.LockUnlock": {}
}