enniot-device-sdk
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -41,2 +41,3 @@ const _ = require('lodash'); | ||
return { | ||
gateway_eui: res[0].gateway_eui, | ||
device_model: res[0].device_model, | ||
@@ -54,2 +55,4 @@ firmware_version: res[0].fireware_version.replace(/v/i, ''), | ||
cpu_load: load.currentload, | ||
temperature: res[0].temperature, | ||
humidity: res[0].humidity, | ||
} | ||
@@ -56,0 +59,0 @@ } |
{ | ||
"name": "enniot-device-sdk", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"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
8768
286