From 371d357218884a94702f74919d5c8b8ab90d6b92 Mon Sep 17 00:00:00 2001
From: Kazuhito Yokoi This node can be used to create a timeout within a flow. By default, when
it receives a message, it sends on a message with a payload
of 1
.
It then waits 250ms before sending a second message with a payload
of 0
.
- This could be used, for example, to blink an LED attached to a Raspberry PI GPIO pin.
The payloads of each message sent can be configured to a variety of values, including the option to not send anything. For example, setting the initial message to nothing and selecting the option to extend the timer with each received message, the node will diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/messages.json b/packages/node_modules/@node-red/nodes/locales/en-US/messages.json index 5f22cb64a..13521d53f 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/messages.json +++ b/packages/node_modules/@node-red/nodes/locales/en-US/messages.json @@ -311,7 +311,7 @@ "title": "Title", "body": "Body" }, - "tip": "Tip: The body text can be styled as Github flavoured Markdown" + "tip": "Tip: The body text can be styled as GitHub flavoured Markdown" }, "unknown": { "label": {