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
68c4e6d506
commit
eeb6f1b1c6
@ -13,4 +13,8 @@ A list of ideas for new node-red nodes.
|
||||
* [ ] 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)
|
||||
* [ ] LIRC node for sending infrared remote control commands. Perhaps using this: https://www.npmjs.com/package/lirc_node (SJ, 2015-04-06)
|
||||
* [ ] LIRC node for sending infrared remote control commands. Perhaps using this: https://www.npmjs.com/package/lirc_node (SJ, 2015-04-06)
|
||||
* [ ] Filter Node<br>
|
||||
Although msg's can be filtered using a switch node, this is not intuitive naming. A more generic and logical form would be "filter". Perhaps we could have something similar to the under-query node but instead of filtering elements of the payload, we would be filtering incoming messages. (JK, 2015-04-17)
|
||||
* [ ] Advanced Email Handling<br>
|
||||
This one might be quite complex. A suite of nodes for building automated processes (workflows) based on email input. A node to read an IMAP folder (with filters) and return message id's for processing. A node for processing each message id, able to return all or some of the message including headers, text/html body, attachments & the ability to set flags on read (e.g. read/delete markers or other flags indicating processing is in progress). A 3rd node to update flags on a message (e.g. delete marker or other flags indicating processing is complete). (JK, 2015-04-17)
|
Loading…
Reference in New Issue
Block a user