mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
19 lines
561 B
JSON
19 lines
561 B
JSON
{
|
|
"feedparse": {
|
|
"feedparse": "feedparser",
|
|
"label": {
|
|
"feedurl": "Feed url",
|
|
"refresh": "Refresh",
|
|
"minutes": "minutes",
|
|
"ignorefirst": "Ignore any stories older than restart",
|
|
"sendarray": "Send response as a single object"
|
|
},
|
|
"errors": {
|
|
"badstatuscode": "error - Bad status code",
|
|
"invalidurl": "Invalid url",
|
|
"invalidinterval": "Repeat interval too large",
|
|
"badparse": "error - Bad feed parse"
|
|
}
|
|
}
|
|
}
|