Skip to content

Commit

Permalink
Merge pull request #13 from Anzic23/master
Browse files Browse the repository at this point in the history
Update to 1.1.1
  • Loading branch information
GermanBluefox committed Mar 15, 2020
2 parents 01e67ae + 0da36dc commit bf6395a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Control DMX512 Devices via an Art-Net node.
You can read more about art-net (here)[http://www.ulrichradig.de/home/index.php/avr/dmx-avr-artnetnode].

## Changelog
### 1.1.1 (2020-03-15)
* (Anzic23) Fixed delays between commands

### 1.1.0 (2019-12-23)
* (foxriver76) removed usage of adapter.objects

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": "artnet",
"version": "1.1.0",
"version": "1.1.1",
"news": {
"1.1.1": {
"en": "Fixed delays between commands",
"de": "Fix Verzögerungen zwischen den Teams",
"ru": "исправили задержки между командами",
"pt": "fixaram o atraso entre os comandos",
"nl": "vaste vertragingen tussen commando ' s",
"fr": "correction des retards entre les commandes",
"it": "risolto il ritardo tra i comandi",
"es": "corrige retrasos entre equipos",
"pl": "Poprawiono opóźnienia między zespołami",
"zh-cn": "命令之间的固定延迟"
},
"1.1.0": {
"en": "we no longer use adapter.objects directly",
"de": "Wir verwenden adapter.objects nicht mehr direkt",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.artnet",
"description": "The adapter allows to send and receive MQTT messages from ioBroker and to be a broker.",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "hobbyquaker",
"email": "hq@ccu.io"
Expand Down

0 comments on commit bf6395a

Please sign in to comment.