node-red-contrib-schedex icon indicating copy to clipboard operation
node-red-contrib-schedex copied to clipboard

TypeError: Cannot convert undefined or null to object

Open Gibbz opened this issue 6 months ago • 0 comments

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

Gibbz avatar Aug 18 '24 11:08 Gibbz