node-red-contrib-deconz
Advanced tools
Comparing version 0.7.3 to 0.7.4
@@ -893,4 +893,7 @@ var request = require('request'); | ||
if (config['battery'] !== undefined && config['battery'] != null){ | ||
characteristic.StatusLowBattery = parseInt(device.config['battery'])<=15?1:0; | ||
if (no_reponse) characteristic.StatusLowBattery = "NO_RESPONSE"; | ||
if (device.type !== 'ZHASwitch') { //exclude | ||
characteristic.StatusLowBattery = parseInt(device.config['battery']) <= 15 ? 1 : 0; | ||
if (no_reponse) characteristic.StatusLowBattery = "NO_RESPONSE"; | ||
} | ||
} | ||
@@ -897,0 +900,0 @@ } |
@@ -34,3 +34,3 @@ { | ||
}, | ||
"version": "0.7.3" | ||
"version": "0.7.4" | ||
} |
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
791343
2722