Skip to content

Commit

Permalink
Update config.schema.json
Browse files Browse the repository at this point in the history
Big fix: `resetTimeout` missing, see #1170.
  • Loading branch information
ebaauw committed Oct 2, 2023
1 parent 5a359d2 commit b46f001
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
"minimum": 1,
"maximum": 30
},
"resetTimeout": {
"description": "The time, in milliseconds, after which pulse-like controls (e.g. for recalling a scene) reset. Default: 500.",
"type": "integer",
"minimum": 10,
"maximum": 2000
},
"resource": {
"description": "Expose a Resource characteristic.",
"type": "boolean",
Expand Down Expand Up @@ -515,6 +521,7 @@
},
"ownResourcelinks",
"parallelRequests",
"resetTimeout",
"stealth",
"timeout",
"waitTimePut",
Expand Down

0 comments on commit b46f001

Please sign in to comment.