forked from OpenVoiceOS/OVOS-skills-store
-
Notifications
You must be signed in to change notification settings - Fork 1
/
skill-openhab.json
38 lines (38 loc) · 1.16 KB
/
skill-openhab.json
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
{
"skill_id": "ovos-skill-openhab.mikejgray",
"source": "https://github.com/mikejgray/ovos-skill-openhab",
"package_name": "ovos-skill-openhab",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"icon": "https://www.openhab.org/openhab-logo-square.png",
"images": [],
"name": "openHAB",
"description": "This skill adds openHAB support to OVOS.",
"examples": [
"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"]
}