node-red-contrib-schedex
node-red-contrib-schedex copied to clipboard
TypeError: Cannot convert undefined or null to object
I'm applying some code to disable scheduling and timing based on the month of the year. But I get the following error when sending the payload.
TypeError: Cannot convert undefined or null to object
my function code being sent:
msg.payload = {
suspend: true
}
return msg.payload