Comparing version 1.0.0 to 1.0.1
@@ -223,3 +223,5 @@ var net = require('net'); | ||
for(var key in data) { | ||
var keys = Object.keys(data); | ||
for (var i=0; i<keys.length; i++) { | ||
var key = keys[i]; | ||
switch(key) { | ||
@@ -226,0 +228,0 @@ case 'time': |
{ | ||
"name": "heatmiser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A node.js app that talks to heatmiser wifi thermostats", | ||
@@ -5,0 +5,0 @@ "main": "lib/heatmiser.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18937
491