Skip to content

Commit

Permalink
new config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bettman66 committed May 10, 2020
1 parent 232055f commit fc224e3
Show file tree
Hide file tree
Showing 9 changed files with 329 additions and 991 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Homemade DoorStation Adapter for ioBroker

## Changelog

### 1.0.4
* (bettman66) new config

### 1.0.3
* (bettman66) update adapter-core

Expand Down
480 changes: 98 additions & 382 deletions admin/index_m.html

Large diffs are not rendered by default.

77 changes: 28 additions & 49 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "doorio",
"version": "1.0.3",
"version": "1.0.4",
"news": {
"1.0.4": {
"en": "new config",
"de": "neue Konfiguration",
"ru": "новый конфиг",
"pt": "nova configuração",
"nl": "nieuwe configuratie",
"fr": "nouvelle config",
"it": "nuova configurazione",
"es": "nueva configuración",
"pl": "nowa konfiguracja",
"zh-cn": "新配置"
},
"1.0.3": {
"en": "update adapter-core",
"de": "Adapterkern aktualisieren",
Expand Down Expand Up @@ -82,58 +94,25 @@
"ring2": "none",
"ring3": "none",
"ring4": "none",
"call_active": "",
"call_closed": "",
"call_established": "",
"number1": "",
"number2": "",
"number3": "",
"number4": "",
"dtmf11": "",
"dtmf12": "",
"dtmf13": "",
"dtmf14": "",
"dtmf21": "",
"dtmf22": "",
"dtmf23": "",
"dtmf24": "",
"dtmf31": "",
"dtmf32": "",
"dtmf33": "",
"dtmf34": "",
"dtmf41": "",
"dtmf42": "",
"dtmf43": "",
"dtmf44": "",
"out11": "",
"out12": "",
"out13": "",
"out14": "",
"out21": "",
"out22": "",
"out23": "",
"out24": "",
"out31": "",
"out32": "",
"out33": "",
"out34": "",
"out41": "",
"out42": "",
"out43": "",
"out44": "",
"time11": 0,
"time12": 0,
"time13": 0,
"time14": 0,
"time21": 0,
"time22": 0,
"time23": 0,
"time24": 0,
"time31": 0,
"time32": 0,
"time33": 0,
"time34": 0,
"time41": 0,
"time42": 0,
"time43": 0,
"time44": 0
"dtmf1": "",
"dtmf2": "",
"dtmf3": "",
"dtmf4": "",
"out1": "",
"out2": "",
"out3": "",
"out4": "",
"time1": 0,
"time2": 0,
"time3": 0,
"time4": 0
},
"objects": []
}
Loading

0 comments on commit fc224e3

Please sign in to comment.