Commit Graph

1053 Commits

Author SHA1 Message Date
Dave Conway-Jones
e376802ff4 fixes for noe-pixel to check more thoroughly for new libs
while supporting old ones also.
2017-09-01 15:22:35 +01:00
Dave Conway-Jones
39fd3b85cd update neo-pixel and unicorn hat nodes to use later libs 2017-08-31 11:25:44 +01:00
Dave Conway-Jones
ee852bf060 Bump event listener limit up to 100
to close #327
2017-08-27 18:21:14 +01:00
Dave Conway-Jones
9a17460b0e fix as proposed to close #319
(assuming this node is still relevant :-)
2017-08-27 17:53:44 +01:00
Dave Conway-Jones
2413738082 update pusher nodes to later api
to close #347 and close #348
2017-08-27 14:00:20 +01:00
Dave Conway-Jones
5ac15e620a ensure daemon node has a command to run
in order to prevent crash.
2017-08-22 15:49:31 +01:00
Dave Conway-Jones
363bb55b26 SRF node - add ability to set time interval
to close #338
2017-08-14 09:20:18 +01:00
Dave Conway-Jones
7950b7d39a Move msg pack node to more supported lib msgpack-lite 2017-08-09 16:58:15 +01:00
Dave Conway-Jones
dbff575e24 bump email package.json 2017-07-18 20:32:50 +01:00
Kazuhito Yokoi
c6f8b7ee76 Modify messages in e-mail node to refer to language files (#343)
thanks @kazuhitoyokoi
2017-07-12 18:16:43 +01:00
Dave Conway-Jones
f6e71bf962 "revert" serial port and base64 nodes forwards....
undo buffer syntax updates
2017-06-30 19:52:20 +01:00
Dave Conway-Jones
0609645375 bump snap node version for incoming PR 2017-06-26 23:04:20 +01:00
mscbpi
24b0cd60bb SNMP Set Node (#325)
* snmp set node

* updated readme

* readme

* added missing {}

* corrected naming in variables, removed unused ones

* Use snmpObjectType to map types in SnmpSNode

* added varbinds as node property

* edit priority between node and message

* edit help

* updated doc

* try catch JSON.parse§

* corrected typo in html

* Error message in case of JSON parsing error

* removing try/catch on JSON.parse for varbinds, as a wrong varbinds will be
catched/handled in Session.set() method

* edit doc for better presentation
2017-06-26 23:02:34 +01:00
Dave Conway-Jones
6c3c16f210 update "core" extra nodes to use newer Buffer syntax 2017-06-24 13:53:22 +01:00
Dave Conway-Jones
a64d758e18 cleanup datagenerator editor instance 2017-06-24 12:17:18 +01:00
Dave Conway-Jones
1c30807be8 allow es6 linting 2017-06-24 12:16:55 +01:00
Dave Conway-Jones
d39e033409 bump packages for nom 2017-06-16 07:16:42 +01:00
Kazuhito Yokoi
7bba1bee7e Add Japanese translation file for rbe node(rbe.json) (#336) 2017-06-16 07:15:15 +01:00
Dave Conway-Jones
3add95128d bump rbe package for nom and fix test 2017-06-13 20:34:01 +01:00
jmikerq
652d857dd6 fix deadbandEQ mode in rbe.js (#335) 2017-06-13 20:32:13 +01:00
Dave Conway-Jones
f6a05823a9 fix tweet.io links
to close #332
2017-06-13 00:11:30 +01:00
Dave Conway-Jones
c19197f540 add ,msg to leveldb errors 2017-06-05 19:21:25 +01:00
Dave Conway-Jones
7af48ce10b Tidy up / hide non-supported ways of doing twill crews 2017-06-05 17:26:05 +01:00
Dave Conway-Jones
f1fa9524f6 revert snmp version mixup.
Apologies to all !
to close #326
2017-06-05 17:15:40 +01:00
Dave Conway-Jones
6a85e86a09 bump twilio package version for nom 2017-06-05 13:29:31 +01:00
Jon Sands
8614bb08ed Fix Twilio error message reporting (#328)
Thanks @Fohdeesha
2017-06-05 13:27:05 +01:00
Dave Conway-Jones
b858df4770 Let sense hat single char not scroll as per docs
to close #266
2017-06-05 11:24:22 +01:00
Dave Conway-Jones
fcdcbe4118 better error handling in mdns node
bump package for npm
2017-05-31 22:02:41 +01:00
Dave Conway-Jones
3c3b344942 bump packages on nom with Japanese translations 2017-05-31 20:44:33 +01:00
Dave Conway-Jones
b18be401ec bump snmp package (correctly) 2017-05-31 20:40:46 +01:00
Kazuhito Yokoi
412d71701d Add Japanese translation files(61-email.json, 27-twitter.json) (#323)
* Add Japanese translation file for e-mail(61-email.json)

* Add Japanese translation file for twitter(27-twitter.json)
2017-05-31 20:37:00 +01:00
Dave Conway-Jones
80760af36a bump snmp package for nom 2017-05-31 20:25:43 +01:00
bimalyn-IBM
78a6af1770 Fix snmp community default issue (#324) 2017-05-31 20:24:01 +01:00
Kazuhito Yokoi
d4d5b1f893 Add Japanese translation file for feedparse(32-feedparse.json) (#322) 2017-05-31 08:45:11 +01:00
Dave Conway-Jones
31769472fa Bump package and publish to nom 2017-05-30 17:17:13 +01:00
bimalyn-IBM
2204d5835f Fix: SNMP fails to close/destroy sessions when it errors (#318)
* I've modified the snmp libraries so that the server and the community can be defined by the msg.
Error will be thrown if you try to override what was defined in the node.
Verified that the contents of msg is no longer clobbered.

Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>

* Replaced tabs with 4 spaces.
Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>

* fix extra spacing

Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>

* Standardise node.error to include msg so that errors can caught

Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>

* Update documentation for snmp nodes

fixed documentation as noted, removed conflict and iff from documention
remove node.warns if host or community are set in both the node config and msg

Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>

* FIX: Close net-snmp sessions
Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>

* Fix 2: The previous push did not cleanly address the problem.

This commit uses a singleton aproach to create socket.
It still needs to be tested to see if there is any issue to the never-close,
but reuse socket model. My only concern is if a socket dies, do we need to do something to reestablish it?

Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>
2017-05-30 17:15:36 +01:00
Dave Conway-Jones
4768ecc16c pigpiod html lint === 2017-05-24 19:45:31 +01:00
Dave Conway-Jones
a00fcb3726 Better label for piGPIOd node 2017-05-24 18:43:44 +01:00
Dave Conway-Jones
76e33acae5 add ignore first message option to rue node 2017-05-24 13:14:55 +01:00
Dave Conway-Jones
8799b1e85b Try better pin picker for pigpiod 2017-05-14 23:05:52 +01:00
Dave Conway-Jones
6a56dc00d3 Add pinout to pigpiod config 2017-05-13 21:13:27 +01:00
Dave Conway-Jones
d7e7756dcf make Pi SRF topic editable/optional 2017-05-13 12:46:24 +01:00
Dave Conway-Jones
13fbfc4f22 bump PiSRF node to fix timeout
Thanks @bartbutenaers to Close #309
2017-05-08 09:01:45 +01:00
bartbutenaers
2700a2c300 Pisrf performance fix (#309)
* performance fix

* performance fix
2017-05-08 08:57:29 +01:00
Dave Conway-Jones
0fb8a1a2a0 add kill and start parameters to daemon node 2017-05-03 17:46:10 +01:00
bimalyn-IBM
a3211a5e80 Update documentation for snmp nodes (#301)
* I've modified the snmp libraries so that the server and the community can be defined by the msg.
Error will be thrown if you try to override what was defined in the node.
Verified that the contents of msg is no longer clobbered.

Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>

* Replaced tabs with 4 spaces.
Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>

* fix extra spacing

Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>

* Standardise node.error to include msg so that errors can caught

Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>

* Update documentation for snmp nodes

fixed documentation as noted, removed conflict and iff from documention
remove node.warns if host or community are set in both the node config and msg

Signed-off-by: Bryan Malyn <bimalyn@us.ibm.com>
2017-04-22 15:53:04 +01:00
Dave Conway-Jones
2023bddf97 bump wen and mongoldb packages to pub to npm 2017-04-19 15:25:19 +01:00
Ben Hardill
6168f7ef34 Add extra check for empty results in discovery (#304) 2017-04-19 15:21:05 +01:00
Dave Conway-Jones
d48644e16a pigpiod - only allow send if actually connected. 2017-04-19 11:14:51 +01:00
Dave Conway-Jones
a881a5c4af bump mongoldb node for skip, limit default PR 2017-04-19 11:14:51 +01:00