node-red-contrib-deconz
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -133,3 +133,3 @@ var request = require('request'); | ||
node.send([ | ||
{payload: (node.config.state in device.state) ? device.state[node.config.state] : device.state, payload_raw: device.state}, | ||
{payload: (node.config.state in device.state) ? device.state[node.config.state] : device.state, payload_raw: device}, | ||
format_to_homekit(device) | ||
@@ -136,0 +136,0 @@ ]); |
@@ -33,3 +33,3 @@ { | ||
}, | ||
"version": "0.5.0" | ||
"version": "0.5.1" | ||
} |
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
773273