gaia-js-dht-sensor
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -103,9 +103,7 @@ /** | ||
DHTsensor.prototype.initAttributesAndCommands = function() { | ||
DHTsensor.__super__.initAttributesAndCommands.apply(this, arguments); | ||
this.attributes = { | ||
DHTsensor.prototype.getAttributes = function() { | ||
return { | ||
humidity: this.humidity, | ||
temperature: this.temperature | ||
}; | ||
this.commands = {}; | ||
} |
{ | ||
"name": "gaia-js-dht-sensor", | ||
"description": "Node-dht-sensor interface for GaiaJs", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
8297
155