iobroker.shelly
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"common": { | ||
"name": "shelly", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"news": { | ||
"0.2.4": { | ||
"en": "Channel name can be overwrite with own name", | ||
"de": "Channelname kann mit eigenen Namen überschrieben werden" | ||
}, | ||
"0.2.3": { | ||
@@ -7,0 +11,0 @@ "en": "Bugfixing, shutter status display", |
{ | ||
"name": "iobroker.shelly", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Shelly", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -40,2 +40,5 @@ ![Logo](admin/shelly.png) | ||
### 0.2.4 (10.10.2018) | ||
* Channel name can be overwrite with own name | ||
### 0.2.3 (01.10.2018) | ||
@@ -42,0 +45,0 @@ * Bugfixing, shutter status display |
@@ -511,3 +511,3 @@ /* jshint -W097 */ | ||
} | ||
}); | ||
}, ['name']); | ||
@@ -557,2 +557,9 @@ | ||
}; | ||
// Create Channel SHSW-44#06231A#1.Relay0 -> Channel | ||
objectHelper.setOrUpdateObject(deviceId + '.' + b.D, { | ||
type: 'channel', | ||
common: { | ||
name: b.D | ||
} | ||
}, ['name']); | ||
// Dummy Sensor for roller/shuter way up | ||
@@ -559,0 +566,0 @@ s = { |
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
229496
1369
84