forked from MycroftAI/skill-weather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settingsmeta.json
executable file
·23 lines (23 loc) · 949 Bytes
/
settingsmeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Mycroft Weather",
"skillMetadata": {
"sections": [
{
"name": "Options",
"fields": [
{
"type": "label",
"label": "By default the weather will be reported in farenheit if <tt>U.S. Units</tt> are selected and celsius if <tt>Metric</tt> units are chosen under the Units of Measurement setting at <a href='https://home.mycroft.ai/#/setting/basic'>Mycroft Home</a>. You many also override this unit here."
},
{
"name": "units",
"type": "select",
"label": "Temperature units",
"options": "Default (from Basic Settings)|default;Celsius|celsius;Farenheit|farenheit",
"value": "default"
}
]
}
]
}
}