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

1610 Commits

Author SHA1 Message Date
zinen
78972a68ab Tail node add input filename (#557)
* Allow input

Added input point, removed requirement for data on data point 'filename' and added help text for new input parameter.

* Added filename parameter as an input

Handling of input msg add for parameter 'filename'. Monitoring will stop if no filename is defined either at the node level or as an input.

* Added 'state' to locale

Messages for node state added for en_US language

* Replaced messages with pointers to locale file

* Typo fixed

* Made inputs dynamic

Input bullet only available if filename is empty
2019-08-15 22:03:13 +01:00
Dave Conway-Jones
e87c7947a8
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2019-08-14 21:36:10 +01:00
Dave Conway-Jones
2e5b526c55
fix rbe edge case of sending when change = 0 in narrowband mode
and add test
to close #569
2019-08-14 21:35:45 +01:00
Nick O'Leary
d20eaa1dce
Update forum link in pr template 2019-08-14 09:21:07 +01:00
Dave Conway-Jones
75df218a23
fix mcp3008 to close only the channels it has 2019-08-12 15:40:30 +01:00
Dave Conway-Jones
e20cf97fce
A whole bunch of whitespace linting - no functional changes 2019-08-11 13:37:15 +01:00
Dave Conway-Jones
8e2352b08a
revert snmp lib back to previous working version. 2019-08-11 10:48:05 +01:00
Dave Conway-Jones
bf02668228
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2019-08-11 10:41:44 +01:00
Hiroyuki Okada
c2efcc727c add test script (#560)
Thank you
2019-08-07 10:04:05 +01:00
Dave Conway-Jones
68178cd93c
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2019-08-06 19:25:24 +01:00
Dave Conway-Jones
d716924929
bump package level for boolean fix. 2019-08-03 19:55:00 +01:00
cymplecy
6efe530888 Send out (msg.payload converted to 1/0) instead of msg.payload (#562)
Re https://discourse.nodered.org/t/node-red-node-pi-gpiod-true-false-vs-0-1/13941/10?u=cymplecy
2019-08-03 19:52:50 +01:00
Dave Conway-Jones
5bd616eae6
Bump package to fix label PR 2019-07-20 09:59:48 +01:00
Hiroyuki Okada
42f411e25d fix label references (#558) 2019-07-20 09:58:13 +01:00
Dave Conway-Jones
b644534f08
bump overall paclages for tests 2019-07-12 16:03:23 +01:00
Dave Conway-Jones
294e34da5c
bump markdown library package 2019-07-12 16:02:34 +01:00
Dave Conway-Jones
f7fa242d4d
add ja translation for tail node 2019-07-12 16:02:12 +01:00
Dave Conway-Jones
55698e637d
Update tail node to accept/display regex.
To address Issue #555
2019-07-12 12:22:13 +01:00
Dave Conway-Jones
6030b45735
Add missing gpio en-US help file 2019-07-10 09:59:07 +01:00
Dave Conway-Jones
5c322cfd57
Add missing language files
bump package
2019-07-10 09:52:31 +01:00
Dave Conway-Jones
791321f1e9
fully disable gpio debounce if required 2019-07-10 09:52:09 +01:00
Dave Conway-Jones
52dcfdbd97
Add simple markdown example flow 2019-07-09 21:07:26 +01:00
Dave Conway-Jones
fb96e552c2
bump lib versions 2019-07-06 19:32:06 +01:00
Dave Conway-Jones
84abd4bcb6
add tests for markdown node 2019-07-05 23:54:27 +01:00
Dave Conway-Jones
fef734486f
Add initial markdown node
(not quite ready for prime time)
2019-07-05 18:53:25 +01:00
Dave Conway-Jones
1ea7885b58
bump wemo node
slight tidy of readme
2019-07-02 20:17:43 +01:00
Robert Leach
d9ea55d3b2 Visually separated the list of control values from the example. (#552)
* Visually separated the list of control values from the example.

This will aid people who are quickly skimming the readme. There wasn't anything wrong in the doc. Everything would be clear if the reader is reading thoughtfully. But if they're skimming and looking for what to supply to the node for the first time, their eye is drawn to the JSON example.  Since many nodes accept JSON input, and supplying `{"state": "off"}`, `{"state": 0}`, or `{"state": 1}` works, it might take them awhile to realize their oversight.

* Clarification

* Update README.md

* Update README.md
2019-07-02 20:08:12 +01:00
Dave Conway-Jones
8cf3c8b990
remove node.done calls to tidy up
bump packages
2019-06-27 22:26:50 +01:00
Dave Conway-Jones
f32f578c09
update gpio readme files 2019-06-24 22:19:24 +01:00
Dave Conway-Jones
822064ee0d
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2019-06-24 21:58:03 +01:00
Dave Conway-Jones
8d5ec9b3f6
Add readme and better test for library 2019-06-24 21:57:57 +01:00
Nick O'Leary
ff2801ca87
Remove rogue piece of text in random node html 2019-06-21 14:11:09 +01:00
Nick O'Leary
cd21a5f3c8
Add twitter icon to twitter node to remove dependency on core icon 2019-06-21 14:09:50 +01:00
Dave Conway-Jones
587ff6b8e6
don't let through pusher error
to close #548
2019-06-18 08:52:55 +01:00
Dave Conway-Jones
88ee43186c
update email info to match actual implementation. 2019-06-14 16:37:31 -04:00
Luis Mario Domenzain
16130362fc email optionally uses criteria from message (#547)
* email optionally uses criteria from message

Allows for generation of detailed queries through flows when triggering an email
fetch in IMAP.

* use the same default as a new email node

When the criteria is set from a message, if there is no criteria use the same default as a new node.
2019-05-29 12:45:54 +01:00
Luis Mario Domenzain
877763aae9 use latest mailparser API (#546)
The API diverged between the original and mailparser-mit
2019-05-28 16:55:07 +01:00
Dave Conway-Jones
b74aacd266
Let gpiod turn off output in servo mode by sending null or ""
to close #543
2019-05-26 15:39:55 +01:00
Dave Conway-Jones
af4eefa5fb
revert changes to WOL node, bump package
to close #528
2019-05-26 14:52:19 +01:00
Dave Conway-Jones
2dfa1385c3
bump version for pr to get to npm 2019-05-26 14:24:45 +01:00
Hiroyuki Okada
a226e6a308 add device filter (#545)
* add device filter

* fix jslint error of pushbullet

* fix pushbullet.js
2019-05-26 14:23:25 +01:00
Dave Conway-Jones
f20d00a972
fix mailparser require 2019-05-23 12:35:13 +01:00
Dave Conway-Jones
3619971c57
bump email package for latest libs plus PR 2019-05-22 08:40:07 +01:00
Luis Mario Domenzain
75f9db8d8b add to email threading headers (#542)
and update documentation in all available locales

nodemailer already supports all of:
- msg.replyTo
- msg.inReplyTo
- msg.references
2019-05-21 19:30:32 +01:00
Dave Conway-Jones
bd563a7217
update Pi gpio German translations 2019-05-20 21:07:53 +01:00
Dave Conway-Jones
a172c8178d
Move Pi GPIO nodes to this repo 2019-05-20 19:35:05 +01:00
Dave Conway-Jones
dcbe41bf83
Add SMAZ node (for simple text compression) 2019-05-20 19:33:37 +01:00
Dave Conway-Jones
2070a932be
let daemon node pass old msg properties 2019-05-20 19:32:11 +01:00
Dave Conway-Jones
f5de5bc707
fix overall nodes test 2019-05-20 19:24:28 +01:00
Dave Conway-Jones
344d2bfdde
Fix serialport split on hex char
to close #541
2019-05-13 13:01:36 +01:00