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.3 to 0.3.4

2

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

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

@@ -497,10 +497,2 @@ /* jshint -W097 */// jshint strict:false

case "totalEnergy":
res.type = "number";
res.role = "sensor.power";
res.read = true;
res.write = false;
res.unit = "kWh";
break;
case "energyPerMonthInKWh":

@@ -567,3 +559,6 @@ res.type = "number";

res.read = true;
res.write = false;
res.write = true;
res.min = 0;
res.max = 100;
res.unit = "%";
break;

@@ -570,0 +565,0 @@

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

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

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

### 0.3.4
Make Hue bulbs writeable (brightness)
### 0.3.3

@@ -18,0 +21,0 @@ Fixed non switchable variables for new installations (missing native ID)

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