thing-it-device-aircable
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -178,3 +178,3 @@ module.exports = { | ||
console.log("====> Change ", parameters); | ||
this.state.percentage = Math.max(Math.min(parameters.value, 100), 0); | ||
this.state.percentage = Math.max(Math.min(parameters.percentage, 100), 0); | ||
} | ||
@@ -181,0 +181,0 @@ else { |
{ | ||
"name": "thing-it-device-aircable", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "[thing-it-node] Device Plugin for AIRcable products (e.g. AIRcable SmartDimmer).", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
33541