innogy-smarthome-lib
Advanced tools
Comparing version 0.4.6 to 0.4.7
@@ -140,2 +140,7 @@ const inherits = require('util').inherits; | ||
if (state.access == "R") { | ||
reject({error: "YOU CAN'T SET A READ ONLY CAPABILITY!"}); | ||
return; | ||
} | ||
if (state.type) { | ||
@@ -181,3 +186,3 @@ switch (state.type) { | ||
} else { | ||
reject(); | ||
reject({error: "CAPABILITY NOT FOUND!"}); | ||
return; | ||
@@ -184,0 +189,0 @@ } |
{ | ||
"name": "innogy-smarthome-lib", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "JavaScript library for the Innogy SmartHome system", | ||
@@ -5,0 +5,0 @@ "main": "./lib/smarthome", |
173712
2125