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
Stephen McLaughlin
437c29525d
new features: Add Triggered Mode to Ping Node ( #643 )
2020-04-03 16:07:41 +01:00
Dave Conway-Jones
34c3beb430
bump daemon so npm update has a chance to update it in future
2020-04-01 17:51:51 +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