node-red-contrib-deconz
Advanced tools
Comparing version 0.12.8 to 0.12.9
@@ -138,3 +138,3 @@ module.exports = function(RED) { | ||
//by types | ||
if ((device.type).toLowerCase() === 'window covering device') { | ||
if ("type" in device && (device.type).toLowerCase() === 'window covering device') { | ||
characteristic.CurrentPosition = state['bri']/2.55; | ||
@@ -141,0 +141,0 @@ characteristic.TargetPosition = state['bri']/2.55; |
@@ -40,3 +40,3 @@ { | ||
}, | ||
"version": "0.12.8" | ||
"version": "0.12.9" | ||
} |
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
946570