enniot-device-sdk
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -54,4 +54,4 @@ const _ = require('lodash'); | ||
cpu_load: load.currentload, | ||
temperature: res[0].temperature, | ||
humidity: res[0].humidity, | ||
temperature: Number(res[0].temperature), | ||
humidity: Number(res[0].humidity), | ||
} | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "enniot-device-sdk", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.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
9819