Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.shelly

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.shelly - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

6

io-package.json
{
"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",

2

package.json
{
"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 = {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc