Compare commits
4 Commits
aaa0644bef
...
53f8ea37f5
| Author | SHA1 | Date | |
|---|---|---|---|
| 53f8ea37f5 | |||
| b222c5078f | |||
| ca7b4c2896 | |||
| cbdf0e5b5d |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/calendar.png
generated
vendored
Executable file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/coin.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/commute.png
generated
vendored
Executable file
|
After Width: | Height: | Size: 13 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/dice.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/emoji.png
generated
vendored
Executable file
|
After Width: | Height: | Size: 13 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/full-report.png
generated
vendored
Executable file
|
After Width: | Height: | Size: 19 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/heart.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/jazzy.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/news.png
generated
vendored
Executable file
|
After Width: | Height: | Size: 20 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/personal-report.png
generated
vendored
Executable file
|
After Width: | Height: | Size: 12 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/scanner.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/twerk.png
generated
vendored
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
Skills/@be/node_modules/@be/main-menu/resources/icons/weather.png
generated
vendored
Executable file
|
After Width: | Height: | Size: 7.6 KiB |
0
Skills/@be/node_modules/@be/main-menu/resources/icons/word-of-the-day.png
generated
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
17
Skills/@be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json
generated
vendored
@@ -76,6 +76,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "personal-report",
|
||||
"label": "Personal Report",
|
||||
"colors": ["0xFBC230", "0xAC661E"],
|
||||
"iconSrc": "resources/icons/personal-report.png",
|
||||
"action": {
|
||||
"type": "utterance",
|
||||
"data": {
|
||||
"utterance": {
|
||||
"intent": "loadMenu",
|
||||
"entities": {
|
||||
"destination": "personal-report"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "radio",
|
||||
"label": "Music",
|
||||
|
||||
95
Skills/@be/node_modules/@be/main-menu/resources/views/personal-report-verbal.json
generated
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"rule": "main-menu/execute_personal_report",
|
||||
"timeout": 8,
|
||||
"viewConfig": {
|
||||
"type": "MenuView",
|
||||
"id": "personal-report",
|
||||
"title": "Personal Report",
|
||||
"listDefault": {
|
||||
"menuButtonType": "SkillButton",
|
||||
"colors":["0xFBC230", "0xAC661E"]
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"id": "fullReport",
|
||||
"label": "Full Report",
|
||||
"iconSrc": "resources/icons/full-report.png",
|
||||
"action": {
|
||||
"type": "utterance",
|
||||
"data":{
|
||||
"utterance": {
|
||||
"intent": "loadMenu",
|
||||
"entities": {
|
||||
"destination": "full-report"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "weather",
|
||||
"label": "Weather",
|
||||
"iconSrc": "resources/icons/weather.png",
|
||||
"action": {
|
||||
"type": "utterance",
|
||||
"data":{
|
||||
"utterance": {
|
||||
"intent": "loadMenu",
|
||||
"entities": {
|
||||
"destination": "weather"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "calendar",
|
||||
"label": "Calendar",
|
||||
"iconSrc": "resources/icons/calendar.png",
|
||||
"action": {
|
||||
"type": "utterance",
|
||||
"data":{
|
||||
"utterance": {
|
||||
"intent": "loadMenu",
|
||||
"entities": {
|
||||
"destination": "calendar"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "commute",
|
||||
"label": "Commute",
|
||||
"iconSrc": "resources/icons/commute.png",
|
||||
"action": {
|
||||
"type": "utterance",
|
||||
"data":{
|
||||
"utterance": {
|
||||
"intent": "loadMenu",
|
||||
"entities": {
|
||||
"destination": "commute"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "news",
|
||||
"label": "News",
|
||||
"iconSrc": "resources/icons/news.png",
|
||||
"action": {
|
||||
"type": "utterance",
|
||||
"data":{
|
||||
"utterance": {
|
||||
"intent": "loadMenu",
|
||||
"entities": {
|
||||
"destination": "news"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
2
Skills/@be/node_modules/@be/settings/mims/en-us/ILikeWiFi.mim
generated
vendored
@@ -13,7 +13,7 @@
|
||||
"prompt_sub_category": "AN",
|
||||
"index": 1,
|
||||
"condition": "",
|
||||
"prompt": "<anim path='Wi-Fi_SwipeResponse.keys'>I'm really not able to do anything until I'm reconnected to wifi.</anim>",
|
||||
"prompt": "<anim path='Wi-Fi_SwipeResponse.keys'>I'm really not able to do anything until I'm reconnected to wifi. If you are unable to reconnect, try using my power button to reboot me.</anim>",
|
||||
"media": "TTS",
|
||||
"prompt_id": "ILikeWiFi_AN_01"
|
||||
}
|
||||
|
||||
20
Skills/@be/node_modules/@be/word-of-the-day/assets/words.json
generated
vendored
@@ -1363,5 +1363,25 @@
|
||||
"answer": "epistemic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "sonder",
|
||||
"question": "the realization that each random passerby is living a life as vivid and complex as your own",
|
||||
"followup": "I've heard if you see a gravid woman on a bus or train, it's polite to give up your seat for her.",
|
||||
"answers": [
|
||||
{
|
||||
"answer": "saudade",
|
||||
"homophones": ["sad day", "saw day", "sad days", "saw days", "sag day", "sag days"]
|
||||
},
|
||||
{
|
||||
"answer": "limerence",
|
||||
"homophones": ["limerick", "limerence", "limerick", "limerence", "limerick", "limerence", "limer dance"]
|
||||
},
|
||||
{
|
||||
"answer": "sonder",
|
||||
"correct": true,
|
||||
"homophones": ["solder", "sondor", "sadder", "sawwer"]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||