Skip to content

Commit

Permalink
Migrate to new API
Browse files Browse the repository at this point in the history
This new API requires you to update your mobile app and login in order
to upgrade your account. For simplicity, I will not be supporting the
old API and instead you can continue using the previous version of this
plugin.
  • Loading branch information
derek-miller committed Feb 8, 2024
1 parent 87272f8 commit 93aeb40
Show file tree
Hide file tree
Showing 5 changed files with 5,435 additions and 335 deletions.
9 changes: 0 additions & 9 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
"minimum": 0,
"maximum": 100
},
"userInfoCacheTtl": {
"title": "User info cache TTL (in seconds)",
"type": "integer",
"default": 3600,
"minimum": 300,
"maximum": 86400,
"required": true
},
"doorStatusStationaryCacheTtl": {
"title": "Stationary door status cache TTL (in seconds). Used when the door is in a stationary state.",
"type": "integer",
Expand Down Expand Up @@ -87,7 +79,6 @@
"description": "",
"items": [
"batteryLowLevel",
"userInfoCacheTtl",
"doorStatusStationaryCacheTtl",
"doorStatusTransitioningCacheTtl",
"doorStatusPollInterval",
Expand Down
Loading

0 comments on commit 93aeb40

Please sign in to comment.