UNPKG

node-red-contrib-chronos

Version:

Time-based Node-RED scheduling, repeating, queueing, routing, filtering and manipulating nodes

33 lines (32 loc) 1.12 kB
{ "scheduler": { "label": { "node": "scheduler", "inputPort": "control/override", "outputPort": "scheduled message", "eventTimes": "event times", "schedule": "Schedule", "options": "Options", "crontab": "cron table", "multiPort": "Dedicated output ports for schedule events", "nextEventPort": "Output port for event times", "delayOnStart": "Delay messages on start by", "disabled": "Start with disabled schedule" }, "status": { "noSchedule": "no schedule", "noTime": "no time", "disabledSchedule": "disabled", "nextEvent": "next event" }, "error": { "noSchedule": "No schedule configured", "invalidCtxEvent": "Invalid schedule event from context variable", "invalidMsgEvent": "Invalid schedule event from message property" } } }