Skip to content

Commit

Permalink
fix config.scheme.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkordek committed Nov 26, 2019
1 parent 782ff40 commit 1bfaeec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"required": true
},
"port": {
"title": "Maximum FPS",
"title": "Port",
"type": "integer",
"default": 10,
"required": true
Expand All @@ -36,14 +36,16 @@
"title": "Polling Interval",
"type": "integer",
"default": 5,
"required": true
"required": true,
"description": "0 = disabled"
},
"inputs": {
"title": "Define Inputs",
"type": "array",
"items": {
"title": "Input",
"type": "string"
"type": "string",
"description": "(Cable Sat, STB, Radio etc.)"
}
}
}
Expand Down

0 comments on commit 1bfaeec

Please sign in to comment.