Skip to content

Commit

Permalink
Added tier description
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Dec 4, 2023
1 parent 032dde0 commit 2724d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/dev/objectsschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ ID: `system.adapter.<adapter.name>`
* `common.subscribe` - name of variable, that is subscribed automatically
* `common.supportCustoms` - [true/false] if the adapter support settings for every state. It has to have custom.html file in the admin. Sample can be found in `ioBroker.history`
* `common.supportStopInstance`- [true/false] if adapter supports signal stopInstance (**messagebox** required). The signal will be sent before stop to the adapter. (used if the problems occurred with SIGTERM)
* `common.tier` - start oder of the instance. Allowed values: 1, 2, 3. 1 - first, 3 - last
* `common.titleLang` - **mandatory** longer name of adapter in all supported languages like `{en: 'Adapter', de: 'adapter', ru: 'Драйвер'}`
* `common.title` - (deprecated) longer name of adapter to show in admin
* `common.type` - Adapter type. See [Types](adapterpublish.md)
Expand Down

0 comments on commit 2724d14

Please sign in to comment.