Skip to content

Commit

Permalink
add bot update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bettman66 committed Jan 1, 2022
1 parent 9df3c58 commit ae82009
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Ausgänge zu schalten. Für die Selbstgemachte Türsprechstelle, kann jede
Hardware auf der sich Baresip installieren lässt genutzt werden.

## Changelog
### 2.1.0
* (bettman66) add bot update

### 2.0.4
* (bettman66) optimize code

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "doorio",
"version": "2.0.4",
"version": "2.1.0",
"news": {
"2.1.0": {
"en": "add bot update",
"de": "Bot-Update hinzufügen",
"ru": "добавить обновление бота",
"pt": "adicionar atualização de bot",
"nl": "bot-update toevoegen",
"fr": "ajouter une mise à jour du bot",
"it": "aggiungi aggiornamento bot",
"es": "agregar actualización de bot",
"pl": "dodaj aktualizację bota",
"zh-cn": "添加机器人更新"
},
"2.0.4": {
"en": "optimize code",
"de": "Code optimieren",
Expand Down
5 changes: 3 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* ioBroker DoorIO Adapter
*
* (c) 2021 bettman66<[email protected]>
* (c) 2022 bettman66<[email protected]>
*
* MIT License
*
Expand Down Expand Up @@ -48,9 +48,10 @@ function main() {
}

// If started as allInOne/compact mode => return function to create instance
// @ts-ignore
if (module && module.parent) {
module.exports = startAdapter;
} else {
// or start the instance directly
startAdapter();
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.doorio",
"version": "2.0.4",
"version": "2.1.0",
"description": "doorio",
"author": "bettman66 <[email protected]>",
"contributors": [
Expand Down

0 comments on commit ae82009

Please sign in to comment.