{"library":"node-red-contrib-cron-plus","install":[{"cmd":"npm install node-red-contrib-cron-plus","imports":["Install via Node-RED Palette Manager or `npm install node-red-contrib-cron-plus` in your Node-RED user directory, then drag the 'cron-plus' node from the palette into your flow.","msg.topic = 'add'; msg.payload = { payload: 'hello', schedule: '0 * * * *', id: 'my-dynamic-schedule' }; return msg;","msg.topic = 'stop-all-dynamic'; return msg;"]},{"cmd":"yarn add node-red-contrib-cron-plus","imports":[]},{"cmd":"pnpm add node-red-contrib-cron-plus","imports":[]}]}