fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup * cleanup * update questions * chore(incubator): some cleanup * remove enabled true from main services * bump all incubator * lint * empty lines * emtpy line
This commit is contained in:
@@ -20,19 +20,19 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: bootwait
|
||||
label: 'bootwait'
|
||||
label: "bootwait"
|
||||
description: "Length of time in seconds to wait after the container has started before attempting to connect to devices."
|
||||
schema:
|
||||
type: string
|
||||
default: "10"
|
||||
- variable: devicelist
|
||||
label: 'devicelist'
|
||||
label: "devicelist"
|
||||
description: "Comma separated list of androidtvfiretv devices to connect to, each one listed as [iphostname][port],[iphostname][port]."
|
||||
schema:
|
||||
type: string
|
||||
default: "10.0.0.192:5555"
|
||||
- variable: checkfreq
|
||||
label: 'checkfreq'
|
||||
label: "checkfreq"
|
||||
description: "Length of time in seconds to wait between successive attempts to connect (or re-connect) to devices."
|
||||
schema:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user