New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.innogy-smarthome

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.innogy-smarthome - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

io-package.json
{
"common": {
"name": "innogy-smarthome",
"version": "0.3.1",
"version": "0.3.2",
"title": "Innogy Smarthome Adapter",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -583,2 +583,33 @@ /* jshint -W097 */// jshint strict:false

case "hue":
res.type = "number";
res.role = "indicator.hue";
res.read = true;
res.write = true;
break;
case "dimLevel":
res.type = "number";
res.role = "indicator.dimLevel";
res.read = true;
res.write = true;
res.min = 0;
res.max = 100;
res.unit = "%";
break;
case "saturation":
res.type = "number";
res.role = "indicator.saturation";
res.read = true;
res.write = true;
break;
case "dynamicEffect":
res.type = "string";
res.role = "indicator.effect";
res.read = true;
res.write = true;
break;
case "colorMode":

@@ -585,0 +616,0 @@ res.type = "string";

{
"name": "iobroker.innogy-smarthome",
"version": "0.3.1",
"version": "0.3.2",
"description": "ioBroker Innogy SmartHome Adapter",

@@ -5,0 +5,0 @@ "author": {

@@ -16,2 +16,6 @@ ![Logo](admin/innogy-smarthome.png)

### 0.3.2
Added more Hue propertiesnpm publish
### 0.3.1

@@ -18,0 +22,0 @@ Added PowerControl

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