|
1 | 1 | { |
2 | 2 | "common": { |
3 | 3 | "name": "gotify", |
4 | | - "version": "0.2.0", |
| 4 | + "version": "0.2.1", |
5 | 5 | "news": { |
| 6 | + "0.2.1": { |
| 7 | + "en": "Optimized startup behavior when adapter is not configured", |
| 8 | + "de": "Optimiertes Startverhalten, wenn der Adapter nicht konfiguriert ist", |
| 9 | + "ru": "Оптимизировано поведение при запуске, когда адаптер не настроен.", |
| 10 | + "pt": "Comportamento de inicialização otimizado quando o adaptador não está configurado", |
| 11 | + "nl": "Geoptimaliseerd opstartgedrag wanneer de adapter niet is geconfigureerd", |
| 12 | + "fr": "Comportement de démarrage optimisé lorsque l'adaptateur n'est pas configuré", |
| 13 | + "it": "Comportamento di avvio ottimizzato quando l'adattatore non è configurato", |
| 14 | + "es": "Comportamiento de inicio optimizado cuando el adaptador no está configurado", |
| 15 | + "pl": "Zoptymalizowane zachowanie podczas uruchamiania, gdy adapter nie jest skonfigurowany", |
| 16 | + "uk": "Оптимізовано поведінку при запуску, коли адаптер не налаштовано", |
| 17 | + "zh-cn": "优化未配置适配器时的启动行为" |
| 18 | + }, |
6 | 19 | "0.0.1": { |
7 | 20 | "en": "initial release", |
8 | 21 | "de": "Erstveröffentlichung", |
|
69 | 82 | "uk": "Цей адаптер дозволяє надсилати повідомлення на поштовх, використовуючи", |
70 | 83 | "zh-cn": "这种适应者使你能够向你发出动议的通知,以便你能够通过批准。" |
71 | 84 | }, |
72 | | - "authors": [ |
73 | | - "Thomas Pohl <post@thomaspohl.net>" |
74 | | - ], |
75 | | - "keywords": [ |
76 | | - "gotify", |
77 | | - "notification", |
78 | | - "communication" |
79 | | - ], |
| 85 | + "authors": ["Thomas Pohl <post@thomaspohl.net>"], |
| 86 | + "keywords": ["gotify", "notification", "communication"], |
80 | 87 | "license": "Apache-2.0", |
81 | 88 | "platform": "Javascript/Node.js", |
82 | 89 | "main": "build/main.js", |
83 | 90 | "icon": "gotify.png", |
84 | | - "enabled": true, |
85 | 91 | "extIcon": "https://raw.githubusercontent.com/ThomasPohl/ioBroker.gotify/master/admin/gotify.png", |
86 | 92 | "readme": "https://github.com/ThomasPohl/ioBroker.gotify/blob/master/README.md", |
87 | 93 | "loglevel": "info", |
88 | 94 | "mode": "daemon", |
89 | 95 | "type": "messaging", |
90 | 96 | "compact": true, |
91 | 97 | "connectionType": "cloud", |
| 98 | + "role": "indicator.connected", |
92 | 99 | "dataSource": "push", |
93 | 100 | "materialize": true, |
94 | 101 | "blockly": true, |
95 | 102 | "messagebox": true, |
96 | 103 | "subscribe": "messagebox", |
| 104 | + "stopBeforeUpdate": true, |
97 | 105 | "dependencies": [ |
98 | 106 | { |
99 | 107 | "js-controller": ">=2.0.0" |
|
105 | 113 | "token": "" |
106 | 114 | }, |
107 | 115 | "objects": [], |
108 | | - "instanceObjects": [] |
| 116 | + "instanceObjects": [ |
| 117 | + { |
| 118 | + "_id": "info.connection", |
| 119 | + "type": "state", |
| 120 | + "common": { |
| 121 | + "name": { |
| 122 | + "en": "Connected to Gotify server", |
| 123 | + "de": "Verbindung mit Gotify Server", |
| 124 | + "ru": "Подключен к серверу Gotify", |
| 125 | + "pt": "Conectado ao servidor Gotify", |
| 126 | + "nl": "Verbinding met Gotify server", |
| 127 | + "fr": "Connecté au serveur Gotify", |
| 128 | + "it": "Collegato al server Gotify", |
| 129 | + "es": "Conectado al servidor Gotify", |
| 130 | + "pl": "Łączy się z serwerem Gotify" |
| 131 | + }, |
| 132 | + "type": "boolean", |
| 133 | + "role": "indicator.connected", |
| 134 | + "read": true, |
| 135 | + "write": false, |
| 136 | + "def": false |
| 137 | + }, |
| 138 | + "native": {} |
| 139 | + } |
| 140 | + ] |
109 | 141 | } |
0 commit comments