node-red-contrib-chronos
Version:
Time-based Node-RED scheduling, repeating, queueing, routing, filtering and manipulating nodes
87 lines (86 loc) • 3.06 kB
JSON
{
"change":
{
"label":
{
"node": "time change",
"outputPort": "changed message",
"mode": "Mode",
"rules": "Change Rules",
"setTo": "to",
"convertTo": "to",
"now": "current time",
"date": "date & time",
"number": "number",
"format": "Format",
"numericFormat": "numeric format",
"stringFormat": "string format",
"predefinedFormat": "predefined format",
"customFormat": "custom format",
"integer": "integer number",
"float": "floating point number",
"currentTZ": "current time zone",
"timeZone": "time zone",
"utcOffset": "UTC offset"
},
"list":
{
"mode":
{
"moment": "Moment",
"duration": "Duration"
},
"action":
{
"set": "Set",
"change": "Change",
"convert": "Convert"
},
"changeType":
{
"set": "Set",
"add": "Add",
"subtract": "Subtract",
"numval": "Num. value",
"startOf": "Start of",
"endOf": "End of",
"timeZone": "Time zone"
},
"convert":
{
"regionalDateTime": "regional",
"regionalDate": "regional (date only)",
"regionalTime": "regional (time only)",
"relativeTime": "relative time",
"calendar": "calendar",
"textualTimespan": "textual timespan",
"timespan": "timespan",
"timespan10th": "timespan (1/10 of a second)",
"timespan100th": "timespan (1/100 of a second)",
"timespanMillis": "timespan (milliseconds)",
"iso8601": "ISO-8601",
"iso8601UTC": "ISO-8601 (UTC)"
},
"int":
{
"round": "round",
"floor": "round down",
"ceil": "round up"
}
},
"status":
{
"noTasks": "no rules"
},
"error":
{
"noTasks": "No rules configured",
"invalidProperty": "Invalid property specified: __property__",
"invalidFormat": "Invalid format",
"invalidTimeZone": "Invalid time zone",
"invalidUTCOffset": "Invalid UTC offset",
"invalidPrecision": "Invalid floating point precision",
"invalidNumber": "Invalid number"
}
}
}