thing-it-device-wtec
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "thing-it-device-wtec", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "[thing-it-node] Device Plugin for wtec devices.", | ||
@@ -5,0 +5,0 @@ "authors": "Klaus Berberich", |
@@ -297,3 +297,4 @@ module.exports = { | ||
Smartengine.prototype.getState = function () { | ||
return {}; | ||
"use strict"; | ||
return this.state; | ||
}; | ||
@@ -300,0 +301,0 @@ |
302662
9986