thing-it-device-wtec
Advanced tools
Comparing version 1.0.15 to 1.0.17
@@ -212,4 +212,6 @@ "use strict"; | ||
} else { | ||
if (state && state.activeSceneName) { | ||
return this.setScene({name: state.activeSceneName}); | ||
if (state && state.currentScene) { | ||
// TODO Name and ID should be equivalent | ||
return this.setScene({name: state.currentScene.id}); | ||
} else { | ||
@@ -216,0 +218,0 @@ this.logError('Cannot set state:', state); |
{ | ||
"name": "thing-it-device-wtec", | ||
"version": "1.0.15", | ||
"version": "1.0.17", | ||
"description": "[thing-it-node] Device Plugin for wtec devices.", | ||
@@ -5,0 +5,0 @@ "authors": "Klaus Berberich", |
Sorry, the diff of this file is not supported yet
161811
3632