iobroker.amazon-dash
Advanced tools
Comparing version
{ | ||
"common": { | ||
"name": "amazon-dash", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"title": "Amazon Dash-Button", | ||
@@ -6,0 +6,0 @@ "desc": { |
@@ -83,3 +83,2 @@ /* jshint -W097 */// jshint strict:false | ||
adapter.getState(nice_mac + ".switch", function (err, state) { | ||
adapter.log.info(JSON.stringify(state)); | ||
if (!state || err) | ||
@@ -86,0 +85,0 @@ adapter.setState(nice_mac + ".switch", {val: false, ack: true}); |
{ | ||
"name": "iobroker.amazon-dash", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "ioBroker amazon-dash Adapter", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -22,2 +22,5 @@  | ||
### 0.0.4 | ||
+ (PArns) Removed debug infos | ||
### 0.0.3 | ||
@@ -24,0 +27,0 @@ + (PArns) Fixed switch state |
57
5.56%872226
022447
0