Skip to content

Commit

Permalink
added missing neverTimeout parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
justme-1968 committed May 18, 2021
1 parent 636ee90 commit df6c52d
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 @@ -42,6 +42,13 @@
"default": "siriName=.+",
"placeholder": "devspec",
"description": "devspec that matches the devices that should be exported to homebridge."
},

"neverTimeout": {
"type": "boolean",
"required": false,
"default": false,
"description": "never timeout if trying to reconnect"
}
}
}
Expand Down

0 comments on commit df6c52d

Please # to comment.