Skip to content

Commit

Permalink
### 0.2.1
Browse files Browse the repository at this point in the history
* (Scrounger) boolean to string converter added
* (Scrounger) bug fixes
  • Loading branch information
Scrounger committed May 25, 2019
1 parent 125a242 commit e474183
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ This adapter is inspired at [virtual devices script by Pman](https://forum.iobro

## Changelog

### 0.2.1
* (Scrounger) boolean to string converter added
* (Scrounger) bug fixes

### 0.2.0
* (Scrounger) number to boolean converter added
* (Scrounger) number expert settings for min, max added
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": "linkeddevices",
"version": "0.2.0",
"version": "0.2.1",
"news": {
"0.2.1": {
"en": "boolean to string converter added, bug fixes",
"de": "number to boolean converter hinzugefügt",
"ru": "добавлено преобразование числа в булево",
"pt": "número para conversor booleano adicionado",
"nl": "number to boolean converter toegevoegd",
"fr": "nombre en convertisseur booléen ajouté",
"it": "numero al convertitore booleano aggiunto",
"es": "número al convertidor booleano añadido",
"pl": "dodany konwerter liczby na logiczną",
"zh-cn": "添加了布尔转换器的数字"
},
"0.2.0": {
"en": "number to boolean converter added",
"de": "number to boolean converter hinzugefügt",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.linkeddevices",
"version": "0.2.0",
"version": "0.2.1",
"description": "Create linked objects (datapoints) of your devices with a self-defined structure. This makes it possible to create a structure in ioBroker, where all objects are centralized, e.g. to be used in the vis or scripts.",
"author": {
"name": "Scrounger",
Expand Down

0 comments on commit e474183

Please sign in to comment.