Skip to content

Commit

Permalink
Rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jun 9, 2024
1 parent 109253f commit 7b8b383
Show file tree
Hide file tree
Showing 6 changed files with 3,760 additions and 8,339 deletions.
32 changes: 19 additions & 13 deletions config.schema.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"pluginAlias": "Teslemetry",
"pluginType": "platform",
"singular": false,
"headerDisplay": "Requires an active subscription to Teslemetry. Please login and create an access token at teslemetry.com",
"schema": {
"type": "object",
"properties": {
"accessToken": {
"title": "Access Token",
"type": "string",
"required": true
}
}
"pluginAlias": "Teslemetry",
"pluginType": "platform",
"singular": false,
"headerDisplay": "Requires an active subscription to Teslemetry. Please login and create an access token at teslemetry.com",
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"required": true,
"default": "Teslemetry"
},
"accessToken": {
"title": "Access Token",
"type": "string",
"required": true
}
}
}
}
Loading

0 comments on commit 7b8b383

Please sign in to comment.