Skip to content

Commit fe00621

Browse files
committed
PoC for Amazon Echo labeling
1 parent 743e698 commit fe00621

File tree

1 file changed

+15
-21
lines changed

1 file changed

+15
-21
lines changed

src/libinspector/data/activity.json

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -121,29 +121,23 @@
121121
]
122122
},
123123
"Smart Speaker" : {
124-
"Echo Show" : [
125-
"Turn on DO NOT DISTURB mode from phone app, both alexa and phone connected to the same wifi network",
126-
"Turn off DO NOT DISTURB mode from phone app, both alexa and phone connected to the same wifi network",
127-
"Change alexa device volume from phone app, both alexa and phone connected to the same wifi network",
128-
"Turn on DO NOT DISTURB mode from phone app, phone connected to the cellular network",
129-
"Turn off DO NOT DISTURB mode from phone app, phone connected to the cellular network",
130-
"Change alexa device volume from phone app, phone connected to the cellular network",
131-
"Make a voice command, ask for weather information",
132-
"Make a voice command, change volume to 50,%"
124+
"Amazon Echo Show" : [
125+
"Use a voice command to ask for time",
126+
"Use a voice command to increase volume",
127+
"Use a voice command to ask for the current weather today",
128+
"Use a voice command to ask for latest news headlines"
133129
],
134-
"Echo Spot" : [
135-
"Turn on DO NOT DISTURB mode from phone app, both alexa and phone connected to the same wifi network",
136-
"Turn off DO NOT DISTURB mode from phone app, both alexa and phone connected to the same wifi network",
137-
"Change alexa device volume from phone app, both alexa and phone connected to the same wifi network",
138-
"Turn on DO NOT DISTURB mode from phone app, phone connected to the cellular network",
139-
"Turn off DO NOT DISTURB mode from phone app, phone connected to the cellular network",
140-
"Change alexa device volume from phone app, phone connected to the cellular network",
141-
"Make a voice command, ask for weather information",
142-
"Make a voice command, change volume to 50%"
130+
"Amazon Echo Spot" : [
131+
"Use a voice command to ask for time",
132+
"Use a voice command to increase volume",
133+
"Use a voice command to ask for the current weather today",
134+
"Use a voice command to ask for latest news headlines"
143135
],
144-
"Google Home Mini" : [
145-
"Make a voice command, ask for weather information",
146-
"Make a voice command, change volume to 50%"
136+
"Amazon Echo - Other" : [
137+
"Use a voice command to ask for time",
138+
"Use a voice command to increase volume",
139+
"Use a voice command to ask for the current weather today",
140+
"Use a voice command to ask for latest news headlines"
147141
]
148142
},
149143
"Hub" : {

0 commit comments

Comments
 (0)