From 2724d14d9960214fcf39cddfcc83f1652d9e7e5f Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Mon, 4 Dec 2023 11:51:16 +0100 Subject: [PATCH] Added tier description --- docs/en/dev/objectsschema.md | 1 + 1 file changed, 1 insertion(+) 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)