innogy-smarthome-lib
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -140,7 +140,2 @@ const inherits = require('util').inherits; | ||
if (state.access === "R" && state.name !== "OnState") { | ||
reject({error: "YOU CAN'T SET A READ ONLY CAPABILITY!"}); | ||
return; | ||
} | ||
if (state.type) { | ||
@@ -147,0 +142,0 @@ switch (state.type) { |
{ | ||
"name": "innogy-smarthome-lib", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "JavaScript library for the Innogy SmartHome system", | ||
@@ -5,0 +5,0 @@ "main": "./lib/smarthome", |
173539
2121