1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Added one node idea

Shem Jamieson 2015-03-20 22:33:34 +10:30
parent 4f054b7f65
commit f6f307244f

@ -12,3 +12,4 @@ A list of ideas for new node-red nodes.
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.
* [ ] 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)