iobroker.shelly
Advanced tools
Comparing version 2.1.7 to 2.1.9
{ | ||
"common": { | ||
"name": "shelly", | ||
"version": "2.1.7", | ||
"version": "2.1.9", | ||
"news": { | ||
"2.1.9": { | ||
"en": "Add status firmware update for Shelly RGBW, RGBW2 and Bulb", | ||
"de": "Fügen Sie das Status-Firmware-Update für Shelly RGBW, RGBW2 und Bulb hinzu", | ||
"ru": "Добавить обновление прошивки статуса для Shelly RGBW, RGBW2 и Bulb", | ||
"pt": "Adicionar atualização de firmware de status para Shelly RGBW, RGBW2 e Bulb", | ||
"nl": "Status-firmware-update toevoegen voor Shelly RGBW, RGBW2 en Bulb", | ||
"fr": "Ajouter une mise à jour du micrologiciel d'état pour Shelly RGBW, RGBW2 et Bulb", | ||
"it": "Aggiungi l'aggiornamento del firmware di stato per Shelly RGBW, RGBW2 e Bulb", | ||
"es": "Agregar actualización de firmware de estado para Shelly RGBW, RGBW2 y Bulb", | ||
"pl": "Dodaj aktualizację oprogramowania układowego statusu dla Shelly RGBW, RGBW2 i Bulb", | ||
"zh-cn": "添加Shelly RGBW,RGBW2和Bulb的状态固件更新" | ||
}, | ||
"2.1.8": { | ||
"en": "Consider roller (shutter) position in CoAP message", | ||
"de": "Berücksichtigen Sie die Position des Rollens (Rollladen) in der CoAP-Meldung", | ||
"ru": "Учитывайте положение ролика (затвора) в сообщении CoAP", | ||
"pt": "Considere a posição do rolo (obturador) na mensagem CoAP", | ||
"nl": "Overweeg de positie van de rol (sluiter) in CoAP-bericht", | ||
"fr": "Considérer la position du rouleau (obturateur) dans le message CoAP", | ||
"it": "Considerare la posizione del rullo (otturatore) nel messaggio CoAP", | ||
"es": "Considere la posición del rodillo (obturador) en el mensaje CoAP", | ||
"pl": "Rozważ położenie rolki (migawki) w komunikacie CoAP", | ||
"zh-cn": "考虑CoAP消息中的滚轮(快门)位置" | ||
}, | ||
"2.1.7": { | ||
@@ -7,0 +31,0 @@ "en": "Changing all RGBWW2 colors at the same time", |
@@ -581,2 +581,9 @@ /* jshint -W097 */ | ||
'states': 'color:color;white:white' | ||
}, | ||
'firmware': { | ||
'name': 'New firmware available', | ||
'type': 'boolean', | ||
'role': 'state', | ||
'read': true, | ||
'write': false | ||
} | ||
@@ -764,2 +771,9 @@ }; | ||
'states': 'color:color;white:white' | ||
}, | ||
'firmware': { | ||
'name': 'New firmware available', | ||
'type': 'boolean', | ||
'role': 'state', | ||
'read': true, | ||
'write': false | ||
} | ||
@@ -797,2 +811,56 @@ }; | ||
let shellysen = { | ||
'sensor.motion': { | ||
'name': 'Motion', | ||
'type': 'boolean', | ||
'role': 'sensor.motion', | ||
'read': true, | ||
'write': false | ||
}, | ||
'sensor.charger': { | ||
'name': 'External Power', | ||
'type': 'boolean', | ||
'role': 'state', | ||
'read': true, | ||
'write': false | ||
}, | ||
'sensor.temperature': { | ||
'name': 'Temperature', | ||
'type': 'number', | ||
'role': 'value.temperature', | ||
'read': true, | ||
'write': false, | ||
'min': -100, | ||
'max': 100 | ||
}, | ||
'sensor.humidity': { | ||
'name': 'Humidity', | ||
'type': 'number', | ||
'role': 'value.humidity', | ||
'read': true, | ||
'write': false, | ||
'min': 0, | ||
'max': 100, | ||
'unit': '%' | ||
}, | ||
'sensor.lux': { | ||
'name': 'Illuminance', | ||
'type': 'number', | ||
'role': 'value.brightness', | ||
'read': true, | ||
'write': false, | ||
'unit': 'Lux' | ||
}, | ||
'sensor.battery': { | ||
'name': 'Battery capacity', | ||
'type': 'number', | ||
'role': 'value.battery', | ||
'read': true, | ||
'write': false, | ||
'min': 0, | ||
'max': 100, | ||
'unit': '%' | ||
} | ||
}; | ||
let allShellys = { | ||
@@ -806,3 +874,4 @@ 'shelly1': shelly1, | ||
'shellyht': shellyht, | ||
'shellysmoke': shellysmoke | ||
'shellysmoke': shellysmoke, | ||
'shellysen': shellysen | ||
}; | ||
@@ -809,0 +878,0 @@ |
{ | ||
"name": "iobroker.shelly", | ||
"version": "2.1.7", | ||
"version": "2.1.9", | ||
"description": "Shelly", | ||
@@ -5,0 +5,0 @@ "author": { |
![Logo](admin/shelly.png) | ||
# ioBroker.shelly | ||
================= | ||
@@ -44,2 +43,9 @@ [![Build Status](https://travis-ci.org/schmupu/ioBroker.shelly.svg?branch=master)](https://travis-ci.org/schmupu/ioBroker.shelly) | ||
### 2.1.9 (31.03.2019) | ||
* Add status 'firmware update' for Shelly RGBW, RGBW2 and Bulb | ||
### 2.1.8 (19.03.2019) | ||
* Consider roller (shutter) position in CoAP message | ||
* Support of Shelly Sensor | ||
### 2.1.7 (15.03.2019) | ||
@@ -46,0 +52,0 @@ * Changing all RGBWW2 colors at the same time |
Sorry, the diff of this file is too big to display
304127
3234
152