enable new interactions
This commit is contained in:
parent
ba17d65d77
commit
d2e399f7be
1 changed files with 11 additions and 0 deletions
|
|
@ -42,6 +42,10 @@
|
||||||
"samples": [
|
"samples": [
|
||||||
"{action} {device}",
|
"{action} {device}",
|
||||||
"{action} the {device}",
|
"{action} the {device}",
|
||||||
|
"{device}",
|
||||||
|
"the {device}",
|
||||||
|
"about {device}",
|
||||||
|
"about the {device}",
|
||||||
"is {device} on",
|
"is {device} on",
|
||||||
"is the {device} on",
|
"is the {device} on",
|
||||||
"is {device} off",
|
"is {device} off",
|
||||||
|
|
@ -52,6 +56,13 @@
|
||||||
"what is the state of the {device}",
|
"what is the state of the {device}",
|
||||||
"what is {device} set to",
|
"what is {device} set to",
|
||||||
"what is the {device} set to",
|
"what is the {device} set to",
|
||||||
|
"what about {device}",
|
||||||
|
"what about the {device}",
|
||||||
|
"how is {device}",
|
||||||
|
"how is the {device}",
|
||||||
|
"status of {device}",
|
||||||
|
"status of the {device}",
|
||||||
|
"{device} status",
|
||||||
"check {device}",
|
"check {device}",
|
||||||
"check the {device}",
|
"check the {device}",
|
||||||
"check on {device}",
|
"check on {device}",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue