-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAlexa skills info.txt
46 lines (36 loc) · 844 Bytes
/
Alexa skills info.txt
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
37
38
39
40
41
42
43
44
45
46
smartswitch
set switch trigger to {Numbers} percent {tmp_scale}
{query} is the switch state
{Switch_State} switch trigger
set switch trigger to {Numbers} degree {tmp_scale}
turn switch {Switch_State}
{query} switch {Switch_State}
{query} is the current {Sensor_Values}
Slots
AMAZON.NUMBER
measurment_type
humidity
temperature
query
is
what
switchstate
off
on
tempscale
celsius
fahrenheit
Intent Slots
Switch_State -->switchstate
Sensor_Values-->measurment_type
Numbers-->AMAZON.NUMBER
query-->query
tmp_scale-->tempscale
smartswitch
set switch trigger to {Numbers} percent {tmp_scale}
{query} is the switch state
{Switch_State} switch trigger
set switch trigger to {Numbers} degree {tmp_scale}
turn switch {Switch_State}
{query} switch {Switch_State}
{query} is the current {Sensor_Values}