Skip to content

Commit

Permalink
iobroker io-package: bring back common.main and add common.restartSch…
Browse files Browse the repository at this point in the history
…edule (#1709)
  • Loading branch information
foxriver76 authored Jul 6, 2021
1 parent 5bec304 commit 3072307
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/schemas/json/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,10 @@
"description": "If this adapter receives logs from other hosts and adapters (e.g. to store them somewhere)",
"type": "boolean"
},
"main": {
"description": "Name of the start file. DEPRECATED: For controller >= 3.3 please use package.json main.",
"type": "string"
},
"materialize": {
"description": "If adapter supports > admin3 (materialize style) DEPRECATED: For admin version >= 5 please use the property 'adminUI'",
"type": "boolean"
Expand Down Expand Up @@ -980,6 +984,10 @@
"type": "string"
}
},
"restartSchedule": {
"description": "CRON schedule to restart mode daemon adapters",
"type": "string"
},
"schedule": {
"description": "CRON schedule if adapter runs in mode schedule",
"type": "string"
Expand Down

0 comments on commit 3072307

Please sign in to comment.