Initial Implementation

This commit is contained in:
Daniel McKnight 2024-10-03 23:36:49 -07:00
commit d31151756b
6 changed files with 675 additions and 0 deletions

12
settings-schema.json Normal file
View file

@ -0,0 +1,12 @@
{
"baseUrl": {
"type": "entry",
"default": "hana.neonaialpha.com",
"description": "Base URL for HANA Websocket"
},
"token": {
"type": "entry",
"default": "",
"description": "Valid token for authentication"
}
}