Add ability to install app to user.
Will add more commands as needed
This commit is contained in:
parent
04d3cb80e0
commit
46000e92ee
|
@ -106,6 +106,8 @@
|
||||||
"name": "outlook",
|
"name": "outlook",
|
||||||
"description": "Get day 1-8 storm or fire outlook from the SPC",
|
"description": "Get day 1-8 storm or fire outlook from the SPC",
|
||||||
"type": 1,
|
"type": 1,
|
||||||
|
"integration_types": [0,1],
|
||||||
|
"contexts": [0, 1, 2],
|
||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
"name": "day",
|
"name": "day",
|
||||||
|
@ -222,6 +224,8 @@
|
||||||
{
|
{
|
||||||
"name": "alertmap",
|
"name": "alertmap",
|
||||||
"description": "Get a map of active alerts",
|
"description": "Get a map of active alerts",
|
||||||
"type": 1
|
"type": 1,
|
||||||
|
"integration_types": [0,1],
|
||||||
|
"contexts": [0, 1, 2]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue