iobroker.shelly
Advanced tools
Comparing version 2.0.9 to 2.1.0
{ | ||
"common": { | ||
"name": "shelly", | ||
"version": "2.0.9", | ||
"version": "2.1.0", | ||
"news": { | ||
"2.0.9": { | ||
"2.1.0": { | ||
"en": "New Status 'update available' for Shely1, Shelly2, Shelly4Pro and ShellyPlug", | ||
@@ -8,0 +8,0 @@ "de": "Neuer Status für Shely1, Shelly2, Shelly4Pro and ShellyPlug" |
@@ -55,4 +55,4 @@ /* jshint -W097 */ | ||
}, | ||
'update': { | ||
"name": 'Update available', | ||
'firmware': { | ||
"name": 'New firmware available', | ||
"type": 'boolean', | ||
@@ -152,4 +152,4 @@ "role": 'state', | ||
}, | ||
'update': { | ||
"name": 'Update available', | ||
'firmware': { | ||
"name": 'New firmware available', | ||
"type": 'boolean', | ||
@@ -402,4 +402,4 @@ "role": 'state', | ||
}, | ||
'update': { | ||
"name": 'Update available', | ||
'firmware': { | ||
"name": 'New firmware available', | ||
"type": 'boolean', | ||
@@ -465,4 +465,4 @@ "role": 'state', | ||
}, | ||
'update': { | ||
"name": 'Update available', | ||
'firmware': { | ||
"name": 'New firmware available', | ||
"type": 'boolean', | ||
@@ -469,0 +469,0 @@ "role": 'state', |
{ | ||
"name": "iobroker.shelly", | ||
"version": "2.0.9", | ||
"version": "2.1.0", | ||
"description": "Shelly", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -41,4 +41,4 @@ ![Logo](admin/shelly.png) | ||
### 2.0.9 (09.02.2019) | ||
* New Status 'update available' for Shely1, Shelly2, Shelly4Pro and ShellyPlug | ||
### 2.1.0 (09.02.2019) | ||
* New Status 'new firmware available' for Shely1, Shelly2, Shelly4Pro and ShellyPlug | ||
@@ -45,0 +45,0 @@ ### 2.0.8 (31.01.2019) |
@@ -489,3 +489,3 @@ /* jshint -W097 */ | ||
case 'update.has_update': | ||
id = 'update'; | ||
id = 'firmware'; | ||
break; | ||
@@ -831,3 +831,3 @@ default: | ||
case 'update.has_update': | ||
id = 'update'; | ||
id = 'firmware'; | ||
break; | ||
@@ -1077,3 +1077,3 @@ default: | ||
case 'update.has_update': | ||
id = 'update'; | ||
id = 'firmware'; | ||
break; | ||
@@ -1247,3 +1247,3 @@ default: | ||
case 'update.has_update': | ||
id = 'update'; | ||
id = 'firmware'; | ||
break; | ||
@@ -1432,3 +1432,3 @@ default: | ||
case 'update.has_update': | ||
id = 'update'; | ||
id = 'firmware'; | ||
break; | ||
@@ -1544,3 +1544,3 @@ default: | ||
case 'update.has_update': | ||
id = 'update'; | ||
id = 'firmware'; | ||
break; | ||
@@ -1547,0 +1547,0 @@ default: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
272390