Files
node-red-nodes/social/feedparser/locales/en-US/32-feedparse.html
2025-12-26 16:01:01 +00:00

23 lines
1.2 KiB
HTML

<script type="text/html" data-help-name="feedparse">
<p>Monitors an RSS/atom feed for new entries.</p>
<h3>Outputs</h3>
<dl class="message-properties">
<dt>topic <span class="property-type">string</span></dt>
<dd>Title of article.</dd>
<dt>payload <span class="property-type">string</span></dt>
<dd>Description of article.</dd>
<dt>link <span class="property-type">string</span></dt>
<dd>URL link to article.</dd>
<dt>feed <span class="property-type">string</span></dt>
<dd>Top level feed link, as configured.</dd>
<dt>article <span class="property-type">object</span></dt>
<dd>Complete article object.</dd>
</dl>
<p>The <code>msg.article</code> property contains the complete article object,
which has properties such as <code>.title</code>, <code>.description</code>,
<code>.image</code> and so on.</p>
<p>If you select to return a single object - the only thing returned is the
complete original response, which has different properties from those listed above.</p>
<p>The refresh interval cannot be greater than 35790 minutes (approx 24.8 days).
</script>