diff --git a/docs/en/dev/objectsschema.md b/docs/en/dev/objectsschema.md index 2d104e9ca..a4838ef02 100644 --- a/docs/en/dev/objectsschema.md +++ b/docs/en/dev/objectsschema.md @@ -554,6 +554,7 @@ ID: `system.adapter.` * `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)