Commit Graph

1250 Commits

Author SHA1 Message Date
Stephen McLaughlin 437c29525d
new features: Add Triggered Mode to Ping Node (#643) 2020-04-03 16:07:41 +01:00
Dave Conway-Jones 3087e8e2a1
ensure clone msg for multi line output
to close #642
2020-03-31 17:07:22 +01:00
Dave Conway-Jones a57de3d8f2
Fix serialport to not try to log error and tell user instead
to close #637
2020-03-27 11:36:18 +00:00
Dave Conway-Jones e3e6c41030
Add Name field to mysql server config so can be made unique
to close #635
2020-03-20 14:59:08 +00:00
Dave Conway-Jones 73d2b7fb71
bump overall package to node-red 1.0.4 2020-03-01 17:06:48 +00:00
Dave Conway-Jones eb9d379014
bump mysql package and lib 2020-03-01 17:06:22 +00:00
Nick O'Leary 2631a7937a
Update github templates 2020-02-25 23:05:07 +00:00
Dave Conway-Jones 4efb7417df
Move base64, msgpack, and markdown nodes to parser category
to be consistent with other parsers, and change x-red to html
2020-02-25 17:41:45 +00:00
Dave Conway-Jones be5f79becc
Stop sqlite adding too many listeners
to close #630
2020-02-23 11:27:01 +00:00
Ben Hardill 6c446a96f2
Add HTTP timeout handler to Wemo nodes. (#629)
* Reduce resubscription time

Halve the resubscrciption timeout to make sure event
subscriptions get renewed

* Big Update

Includes:
 - New lookup node to check state of a device
 - Fix dimming control for lights
 - Fix light group control
 - Set the node label to match the device name
 - The event now includes the text description of the light capability

* Fix groups properly

* Fix travis error with comparitor

* Bump node-ssdp version

* Add extra check for empty results in discovery

* Bump twitter to 280 chars

fixes #371

* Bump twitter node version

* Remove extra whitespace

* Add catch for HTTP timeout

If the device drops off line then with no catch for the timeout
Node-RED will crash

Should fix #616
2020-02-19 12:21:44 +00:00
Dave Conway-Jones 3fff2c404e
Let LevelDB node handle json object (and binary) as well as text.
to close #626
2020-02-17 22:42:56 +00:00
dxdc a498bd16b5
Use latest release of node-prowl (#624) 2020-02-17 22:12:23 +00:00
Dave Conway-Jones 55f6609a4f
Fix email node timeout when triggered manually 2020-02-09 14:11:54 +00:00
Dave Conway-Jones bf089ec18c
bump mdns / discovery package 2020-02-04 19:12:43 +00:00
Dave Conway-Jones 03c4426189
add to mdns/discovery pre-reqs in readme 2020-02-04 19:09:53 +00:00
Dave Conway-Jones 5780b2a5c3
slight adjust email retry timeout 2020-01-31 21:46:42 +00:00
Dave Conway-Jones 90a00279c0
add note re criteria to email in node
and change x-red to html
2020-01-28 18:15:28 +00:00
Dave Conway-Jones a4844dc09c
remove smaz from catalogue 2020-01-28 18:12:15 +00:00
Dave Conway-Jones 878a709082
change pigpio text/x-red to text/html 2020-01-28 18:09:31 +00:00
Dave Conway-Jones f069788062
Fix Rbe menu option for NarrowbandEq
bump overall packages
2020-01-14 22:11:57 +00:00
Dave Conway-Jones c8370e6da5
make RBE info consistent with menu options
to close #620
2020-01-12 16:45:37 +00:00
Dave Conway-Jones d30ed78cb7
update sample to use test/html 2020-01-12 16:34:01 +00:00
Dave Conway-Jones f1ff7fe707
bump to catch PR re attachments and update libs 2020-01-08 09:26:46 +00:00
Kazuhito Yokoi 12be92e06f Unify file name for binary attachment in e-mail node (#619) 2020-01-08 09:13:05 +00:00
Dave Conway-Jones 9cc3d237fb
Update package.json 2020-01-04 10:29:36 +00:00
Ryoichi Obara 9478bfa14a [ja] Support i18n 28-tail node. (#615) 2020-01-04 10:25:35 +00:00
Dave Conway-Jones c5fed3fc4e
restore smpp node server field to config.
to close #613
2019-12-26 16:25:11 +00:00
Ryoichi Obara dda39a7867 Remove unused i18n key. (#614) 2019-12-26 15:52:56 +00:00
Dave Conway-Jones 54c52a7106
add comment re numerics to snmp set node. 2019-12-23 16:21:09 +00:00
Ryoichi Obara 698af48500 Fix sqlite repo link. (#612) 2019-12-10 15:24:58 +00:00
Nick O'Leary b1a80c9400
Revent senitment dependency to 2.1.0 2019-12-05 22:58:04 +00:00
Dave Conway-Jones 3d60aa4c00
bump sentiment, rbe, email, feedparser, twitter, tail nodes
Locale files moved out
2019-12-05 21:36:59 +00:00
Kazuhito Yokoi 870a2146c0 Move English help to en-US directory (#592)
* Move English help about e-mail node to en-US directory

* Move English help about rbe node to en-US directory

* Move English help about tail node to en-US directory

* Move English help about twitter node to en-US directory

* Move English help about feedparse node to en-US directory

* Move English help about sentiment node to en-US directory
2019-12-05 21:18:59 +00:00
Dave Conway-Jones 676ba58210
slight tidy to serialport PR and bump version
adds flags for fixing DSR, DTR, RTS, CTS
2019-12-04 15:06:40 +00:00
Dave Conway-Jones aa8dc4f7a1
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2019-12-04 14:04:13 +00:00
d-tamm ae2d601b22 Add flow control switches to serialport (#579)
* Fix alignment of baud rate setting.

* Add flow control flags DTR and RTS.

* Add flags for flow control RTS and DTR.

* Add pin states for flow control flags

* Change pinstates to linestates

* Remove help text about DTR/RTS defaulting to low.

* Collect flow control setting into one single command.

* Add curly braces.

* Add more curly braces.

* Add CTS and DSR settings. Add default none option. Change settings layout for flow control.
2019-12-04 14:03:58 +00:00
Dave Conway-Jones 878f511d0e
Stop arduino nodes warning about MaxEmitters
when more than 10 nodes in use
2019-12-03 21:38:33 +00:00
Dave Conway-Jones 23f584268a
Fix serialport so can't report false addchar 2019-12-01 17:55:08 +00:00
Dave Conway-Jones 649ec33b80
tidy and republish WOL node 2019-11-25 14:30:42 +00:00
SillaRizzoli dfddf0645a Added UDP port option to node-red-node-wol (#606)
* Added udp port option

* Added UDP port validation and msg.udpport support
2019-11-25 14:17:36 +00:00
Dave Conway-Jones e814c676d2
bump pushover lib to pick up fix
to close #590
2019-11-13 21:53:58 +00:00
Dave Conway-Jones 61c0826261
update arduino node for node12 2019-11-13 21:52:01 +00:00
Dave Conway-Jones 0bef668028
fix button class and serial.list promise 2019-11-13 18:43:43 +00:00
Dave Conway-Jones 3ed1e72481
Bump serialport node to latest serialport lib 2019-11-13 13:31:41 +00:00
Dave Conway-Jones 8547f26a45
Fix sqlite repo link 2019-11-13 13:31:08 +00:00
Dave Conway-Jones 9f27cda34f
bump email version 2019-11-09 12:00:58 +00:00
Dave Conway-Jones 4c69d2277f
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2019-11-09 12:00:07 +00:00
Hiroyuki Okada d53bd47f44 update mailparser & nodemailer (#599) 2019-11-09 11:58:53 +00:00
Dave Conway-Jones a146c8e28c
snmp set Add check if varbinds field may be empty 2019-11-06 09:30:46 +00:00
Dave Conway-Jones 17853b772e
Delete package-lock.json 2019-10-29 14:55:39 +00:00