Add ability to install app to user.

Will add more commands as needed
This commit is contained in:
Christopher Cookman 2024-06-18 20:26:45 -06:00
parent 04d3cb80e0
commit 46000e92ee
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -106,6 +106,8 @@
"name": "outlook",
"description": "Get day 1-8 storm or fire outlook from the SPC",
"type": 1,
"integration_types": [0,1],
"contexts": [0, 1, 2],
"options": [
{
"name": "day",
@ -222,6 +224,8 @@
{
"name": "alertmap",
"description": "Get a map of active alerts",
"type": 1
"type": 1,
"integration_types": [0,1],
"contexts": [0, 1, 2]
}
]