hjespers / node-red-contrib-nest

Node-Red module for Nest thermostats and smoke detectors
20 stars 15 forks source link

No response debug message #14

Open buschettu opened 6 years ago

buschettu commented 6 years ago

I just created HTTP Request -> Nest Request -> HTTP Response, and this flow fails with a No response object debug message. In the NestRequestNode, returning the incoming msg (after setting the payload property: msg.payload=data) instead of outmsg solves the problem.