Andreas Martens
fc2f6ed3c7
join a MUC if we're already connected to server and refactor error handling ( #749 )
2021-01-29 16:46:15 +00:00
bartbutenaers
0d0c88d19e
Wemo insight power parameters ( #739 )
...
* Insight power parameters
* Insight power parameters
* Insight power parameters
* Insight power parameters
* Insight power parameters
* Bump version 0.2.0
2021-01-29 16:28:04 +00:00
Dave Conway-Jones
3a007399f6
Add frequency select to pigpiod node
2021-01-26 18:52:41 +00:00
Dave Conway-Jones
4bdb6216d3
rename timeswitch dawn/dusk to sunrise/sunset
...
to close #741
2021-01-22 16:28:07 +00:00
Dave Conway-Jones
12c485faaf
bump mongo node for close PR
2021-01-22 13:50:37 +00:00
Adrien GILLON
4cfc7b39be
Fix MongoDB connection close on node close ( #737 )
...
closes #738
2021-01-22 13:48:01 +00:00
Dave Conway-Jones
ea92f293e2
Bump annotate image version from PR.
2021-01-17 17:29:57 +00:00
Dave Conway-Jones
3bc16fbd55
Bump up libraries for "old" blinkstick
2021-01-17 17:29:15 +00:00
meeki007
54be2e679e
node-red-contrib-facial-recognition (enhancments) ( #726 )
...
* add labelLocation documentation
* Update README.md
2021-01-17 17:19:12 +00:00
Tod E. Kurt
010669037a
update node-blink1 library ( #734 )
2021-01-14 19:09:57 +00:00
Dave Conway-Jones
f082306778
partially fix exif tests to fix overall grunt
2021-01-14 13:26:49 +00:00
Nathanaël Lécaudé
55de84772c
Ensure serial node has a default reconnect time ( #733 )
2021-01-13 10:13:46 +00:00
Dave Conway-Jones
edc640be4d
Update 36-rpi-gpio.js
2021-01-12 12:42:41 +00:00
Dave Conway-Jones
14983c9722
mail - check attachment valid contents if possible
...
to close #728
2021-01-12 12:41:41 +00:00
Dave Conway-Jones
c0c6d75535
Merge branch 'master' of https://github.com/node-red/node-red-nodes
2021-01-12 10:14:08 +00:00
Ben Hardill
9c805f43fa
Bump version number of pi-gpiod node ( #732 )
...
* Update pi-gpiod.html
Corrected URL for pigpiod web page (lines 174 / 420)
To close #729
2021-01-12 10:13:12 +00:00
Dave Conway-Jones
00fbae3ef6
fix random number returning strings !
2021-01-05 22:12:21 +00:00
Kazuhito Yokoi
fa2ea96e67
Add Japanese translations for sqlite node ( #725 )
...
* Add Japanese translations for sqlite node
* Improve Japanese translations for sqlite node
* Restructure message catalog
2020-12-17 08:26:32 +00:00
Kazuhito Yokoi
cbcb3036be
Add Japanese translations for random node ( #724 )
2020-12-14 13:35:39 +00:00
Dave Conway-Jones
354370e6e0
Tidy up random node info.
2020-12-13 17:38:17 +00:00
juggledad
9eb031e912
Update node-red-random to add option to dynamically pass in 'To' and 'From' ( #707 )
...
* Add option to dynamically pass in 'From' and 'To' - fixed bug when 'From' was greater than 'To' by flipping the two
* Set initial values of 'From' and 'To to "" to allow dynamic overriding them
2020-12-13 12:58:13 +00:00
Dave Conway-Jones
0ac07a1c6f
update neopixel info
2020-12-12 17:18:18 +00:00
Dave Conway-Jones
8130f8c007
add extra gpoio support to neopixel node
2020-12-12 14:26:31 +00:00
Dave Conway-Jones
c61e8b60b7
Add dedicated Worldmap mode
...
better handling of other types
2020-12-07 17:34:44 +00:00
Dave Conway-Jones
466b1c3deb
add worldmap features to exif node.
...
field of view, popup, filename, icon, etc.
2020-12-06 17:34:27 +00:00
Dave Conway-Jones
9e948b9fdf
bump gpio version
2020-12-04 13:48:40 +00:00
Dave Conway-Jones
8c7409d041
let pi keyboard to retry connection
2020-12-04 13:47:29 +00:00
Dave Conway-Jones
91217d6e62
allow mcp node to be visible when not in Pi
...
mark as inactive status
to close #718
2020-12-01 23:43:48 +00:00
Dave Conway-Jones
2d5d553c4d
revert ping changes for HA
...
to address #662
2020-11-20 18:07:35 +00:00
Dave Conway-Jones
4884550215
Tidy up pushbullet (no fixes)
...
remove old migration code)
2020-11-16 21:26:32 +00:00
Dave Conway-Jones
e5f41880c3
ump mongo package for fix PR
2020-11-16 15:44:53 +00:00
Ross Cruickshank
8363a774e9
mongodb cusor handling #714 ( #715 )
...
match cursor handling with parameter
2020-11-16 15:43:53 +00:00
Dave Conway-Jones
9e7a8d5764
bummp twitter and pi-gpio packages for recent PRs
2020-11-16 14:58:54 +00:00
Takayoshi Kawamorita
906a48fa61
The problem that the input contents disappear when multiple keys are input at the same time. ( #717 )
2020-11-16 14:54:48 +00:00
Matt Borja
640a6d0cb2
Improve error handling for read-only applications ( #709 )
...
Applications pending approval will return a different response body than what is presently supported.
Below is a copy of the actual response that comes back in this scenario:
```
{"status":401,"rateLimitTimeout":null,"body":{"request":"/1.1/statuses/update.json","error":"Read-only application cannot POST."}}
```
Whereas the current implementation assumes the presence of an `errors` array, reading off the first element (i.e. `result.body.errors[0]`), the above scenario throws an exception as `result.body.errors` is now `undefined` and cannot be indexed).
The proposed update seeks to account for this while retaining existing functionality and has been tested (error message in debug now properly says "Read-only application cannot POST."
2020-11-11 11:26:56 +00:00
Dave Conway-Jones
3aab556d4a
bump serialport package for ja translations
2020-11-01 23:16:24 +00:00
1ft-seabass
4136b0f30f
Updated io\serialport\locales\ja\25-serial.json ( #713 )
2020-11-01 23:14:02 +00:00
Nick O'Leary
e198c5d16f
Merge pull request #712 from node-red/annotate-image
...
Add annotate-image node
2020-10-30 09:51:47 +00:00
Nick O'Leary
056836d1e5
Tidy up edit dialog
2020-10-30 09:51:03 +00:00
Nick O'Leary
3d3841e651
Fix license
2020-10-29 22:47:30 +00:00
Nick O'Leary
58e8cdc8d3
Add annotate-image node
2020-10-29 22:45:02 +00:00
Dave Conway-Jones
395bf77441
bump mongo node for release
2020-10-28 11:25:03 +00:00
Kazuhito Yokoi
e68a438bb0
Fix status error in mongoDB node ( #711 )
2020-10-28 11:22:03 +00:00
piyonakajima
efcf91a6df
Add Japanese translations for mongoDB node ( #710 )
2020-10-28 11:21:14 +00:00
Dave Conway-Jones
07e5d9fd65
email node - add msg.priority and msg.headers options
2020-10-26 09:08:10 +00:00
Dave Conway-Jones
3b7fb0aa95
tidy up xmpp node
2020-10-24 15:02:45 +01:00
andres
4b99a5f4d1
Added support for V3
...
Added support for version 3.
All the existing issues with v1 and v2c are also with v3 e.g.
https://github.com/node-red/node-red-nodes/issues/679
snmp walker will not return more than 1000 objects, all following objects cannot be accessed
Incorrect encryption (privacy) passphrase gives a timeout and not an error (protocol limitation?)
Incorrect community string gives a timeout and not an error (protocol limitation?)
Changes to the node are made with following details:
Node-red v1.2.2
Node.js v12.6.0
Windows_NT 10.0.19841 x64 LE
2020-10-24 11:07:16 +10:00
Kazuhito Yokoi
770ad94e95
Add Japanese translations for Sense HAT node ( #704 )
2020-10-23 16:12:49 +01:00
Dave Conway-Jones
eddeef9630
Update .travis.yml
2020-10-19 22:42:25 +01:00
Dave Conway-Jones
ae75e7f7a8
Update .travis.yml
2020-10-19 22:38:31 +01:00