mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Updated Node Ideas (markdown)
parent
8a3755fd7d
commit
68c4e6d506
@ -8,8 +8,8 @@ A list of ideas for new node-red nodes.
|
||||
Given an array of files and an array of metadata fields/values, SET the EXIF and/or IPTC metadata on the files.
|
||||
* [ ] RSS Output (JK, 2015-03-16)<br>
|
||||
A quick way to produce valid RSS output. Would need to set the correct HTTP headers as well as have an agreed input data schema. This, combined with the RSS "Feedparse" node would allow Yahoo! Pipes style reprocessing of feeds. The most common requirement for this is to add full articles into feeds that normally only supply short summaries.
|
||||
* [ ] Scheduler (DCJ)<br>
|
||||
a richer node than inject that can be used to set repeating and one off timer events - eg for heating/lighting control. Should have a concept of calendaring (ie day of week, day of month, etc) and also survive / recover in the case of power outages.
|
||||
* [x] Scheduler (DCJ)<br>
|
||||
a richer node than inject that can be used to set repeating and one off timer events - eg for heating/lighting control. Should have a concept of calendaring (ie day of week, day of month, etc) and also survive / recover in the case of power outages. See work in progress [Scheduler Node](http://tech.scargill.net/node-red-scheduler/) and [Later node](https://www.npmjs.com/package/node-red-contrib-later) for different pieces of the same puzzle.
|
||||
* [ ] ELM327 / OBD-II node (@vielmetti, 2015-03-16). This node would support setting and getting values from an automotive diagnostic port; a possible library to speed this along is https://github.com/EricSmekens/node-bluetooth-obd which provides a bluetooth interface.
|
||||
* [ ] MQTT Subscribe Node with the ability to change the topic (Ian M, 2015-03-17)
|
||||
* [ ] Compare / Diff node that can compare two files and output changes? (SJ, 2015-03-20)
|
||||
|
Loading…
Reference in New Issue
Block a user