From 32282ec52804dae05cee699c36a4a29af88b2b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Mon, 2 May 2016 16:55:18 -0400 Subject: [PATCH 1/3] Fix typo in node-red-node-smooth (#205) --- function/smooth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/smooth/README.md b/function/smooth/README.md index 648d5f21..9beb68e5 100644 --- a/function/smooth/README.md +++ b/function/smooth/README.md @@ -9,7 +9,7 @@ several simple smoothing algorithms for incoming data values. These include - Mean - Standard Deviation - High Pass Smoothing - - Loww Pass Smoothing + - Low Pass Smoothing Install ------- From b0c5c8c8f456bc7b4b87c291dab5623b78a35929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Mon, 2 May 2016 16:58:40 -0400 Subject: [PATCH 2/3] node-red-node-physical-web: Added msg.advertising = true/false to enable/disable advertising (#204) * Added msg.advertising = true/false to enable/disable advertising * Fixed comparison with bool --- hardware/physical-web/physical-web.html | 3 ++ hardware/physical-web/physical-web.js | 41 +++++++++++++++++++++++-- 2 files changed, 41 insertions(+), 3 deletions(-) diff --git a/hardware/physical-web/physical-web.html b/hardware/physical-web/physical-web.html index 6ec6f3cd..381d20d0 100644 --- a/hardware/physical-web/physical-web.html +++ b/hardware/physical-web/physical-web.html @@ -136,6 +136,9 @@ For example, to set a 20ms interval, you would need to type sudo BLENO_ADVERTISING_INTERVAL=20 node-red

Linux users should READ THIS.

+ +

Sending msg.advestising = false will stop advertisement, sending msg.advestising = true will + resume it.