Commit Graph

1301 Commits

Author SHA1 Message Date
Andreas Martens e334040dd7
replace xmpp-simple with @xmpp/client (#664)
* replace xmpp-simple with @xmpp/client

* indent at 4

* remove trailing commas
2020-07-16 10:00:27 +01:00
Dave Conway-Jones 2d0c8f0fb0
fix esversion for lint 2020-07-16 09:15:01 +01:00
Andreas Martens bf94d320a9
correctly join a chat room (#663) 2020-07-10 12:30:44 +01:00
Dave Conway-Jones 8919edf0e6
turn off allow node14 failures 2020-07-04 17:06:41 +01:00
Dave Conway-Jones 8e45b96ec1
do the x-red thing to smooth node 2020-07-01 11:17:00 +01:00
Dave Conway-Jones 5ba989f09d
tidy up ping node listeners 2020-07-01 11:16:20 +01:00
Dave Conway-Jones 41d9f18608
Daemon node - catch tiny possible escape with "\n " in command as label 2020-06-22 22:45:34 +01:00
Nick O'Leary 98d5df965c
[sensehatsim] Add support for scrolling text 2020-06-18 00:44:53 +01:00
Dave Conway-Jones 696a99eaa3
bump random node to pickup translations 2020-06-17 18:15:10 +01:00
Kazuhito Yokoi 7cec44d353
Add Japanese translations for random node (#658) 2020-06-17 09:02:47 +01:00
Dave Conway-Jones 34fc79ddb6
Bump piLcd package after tidy up 2020-06-15 23:20:46 +01:00
Dave Conway-Jones 6161df3380
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2020-06-15 23:16:59 +01:00
Kazuhito Yokoi 84c5c6cb30
Add Japanese translations for pilcd node (#657) 2020-06-15 23:11:53 +01:00
Dave Conway-Jones a84658661d
fix comment 2020-06-15 15:31:44 +01:00
Dave Conway-Jones 24bd20ab21
Fix not triggering on waitfor character 2020-06-13 20:35:14 +01:00
Dave Conway-Jones cd85fe8df2
Fix RBE greater than change not emitting on first message
And fix missing close tags
2020-05-31 21:52:37 +01:00
Dave Conway-Jones 01d675b372
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2020-05-24 16:42:42 +01:00
Dave Conway-Jones e2c9a6521e
pushover node - hide user id and well as api key 2020-05-24 16:42:28 +01:00
juggledad 3afc2622f3
Updated README to expand the way `msg.from` works (#654) 2020-05-23 07:57:31 +01:00
Dave Conway-Jones 18afc438da
bup version for npm to pick up error handling PR. 2020-05-20 14:07:26 +01:00
JsBergbau d4d2404578
On error sending pushover message throw a catchable exception (#653)
* On error throw a catchable 

Throws an catchable exception if there is any error in sending the message. So you can react to it with a catch node

* Updated errorhandling

Updated the error handling process to be in compliance with the Node-RED Api
2020-05-20 14:04:42 +01:00
Dave Conway-Jones 05a9312905
fix gpio initial read timing and order 2020-05-09 16:51:22 +01:00
Dave Conway-Jones c79bcfbd0e
bump serialport lib 2020-05-08 15:45:29 +01:00
Dave Conway-Jones 3caf92ffc3
fic link in pibrella readme
to close #652
2020-05-08 13:52:01 +01:00
Dave Conway-Jones 43bdfb9fe3
bump lib 2020-05-05 19:36:48 +01:00
Dave Conway-Jones cfc42d02e9
try nodejs14 in travis 2020-05-03 16:01:04 +01:00
Dave Conway-Jones 8972681656
line up versions 2020-04-30 20:27:05 +01:00
Dave Conway-Jones 89996016de
suncalc - add moon position and phases, and sun position - bump to 1.0 2020-04-30 11:11:11 +01:00
Dave Conway-Jones 055be01332
pi gpio - bump to include msg complete capability 2020-04-21 11:49:41 +01:00
Hiroyasu Nishiyama 67c3d251e4
add complete node support to gpio out node (#647) 2020-04-21 11:46:03 +01:00
Dave Conway-Jones 4641d10beb
mysql: add charset option (defaults as-is to old UTF8) 2020-04-18 18:03:59 +01:00
Dave Conway-Jones 667c7588f9
Add offsets to suncalc node. 2020-04-18 13:55:57 +01:00
Dave Conway-Jones 92adb10fb3
pushover: ensure handles missing payload. 2020-04-17 09:43:45 +01:00
Ben Hardill 436f169fd4
More Wemo update (#631)
* 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

* More timeout catch blocks

* Version bump

* Bump Wemo version
2020-04-11 10:47:47 +01:00
Dave Conway-Jones 397b7cdaec
bump mysql thanks to PR 2020-04-10 22:56:28 +01:00
Marco 0351441075
MySQL allows to pass named parameters as object (#565)
* add check isobj

* added example to readme.md

* edit if Syntax

* add Documentation link to readme.md

* fixed Syntax and edit readme.md
2020-04-10 22:53:17 +01:00
Dave Conway-Jones dfda66f415
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2020-04-10 22:45:14 +01:00
Dave Conway-Jones bf1c5abd7d
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2020-04-10 22:44:55 +01:00
Hiroyasu Nishiyama 7ccbb6fc9f
Update Japanese message catalogue of RPI-GPIO (#645) 2020-04-10 22:40:57 +01:00
Nick O'Leary a37fa35a8a
[groups] Add node-red-node-group node 2020-04-06 21:42:44 +01:00
Dave Conway-Jones fa8e174d0b
mysql - slightly overzealous closing of connections - causes crash. backed off slightly 2020-04-05 12:35:15 +01:00
Dave Conway-Jones 705dd1ffc1
mysql - ensure connection released back to pool more often
and try to ensure status is shown more correctly on error.
2020-04-05 11:44:27 +01:00
Hiroyasu Nishiyama ea3ed9ff5e
update japanese message of ping node (#644) 2020-04-04 13:47:58 +01:00
Dave Conway-Jones 0b590236a0
bump some node-red-node deps and packages
some due to  long outstanding doc PRs
2020-04-03 22:29:43 +01:00
Dave Conway-Jones 3d9b3823cc
suncalc rearrange sorti of times into time order
to close #633
2020-04-03 22:25:35 +01:00
arneman 3c4337f238
add an example for a prepared sql query (#621)
An example sql query for the given parameter example would help users to understand how they could use prepared statements.
2020-04-03 22:13:10 +01:00
Kazuhito Yokoi 7c759e10dd
Add and remove namespaces for i18n (#627)
* Add necessary name spaces for i18n

* Remove unnecessary name spaces for i18n
2020-04-03 22:12:22 +01:00
Dave Conway-Jones 9b1eeb2756
shorten ping label if more than one target 2020-04-03 17:55:30 +01:00
Dave Conway-Jones 7667de5ced
Tidy up ping notes for pub 2020-04-03 16:50:09 +01:00
Dave Conway-Jones f276de252e
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2020-04-03 16:08:43 +01:00