mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 23:02:54 +01:00
chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
This commit is contained in:
@@ -3,16 +3,16 @@ title: Send Message
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
<##head##>
|
||||
# Send Message
|
||||
{/*##head##*/}
|
||||
|
||||
# Send Message
|
||||
|
||||
**Send Message** nodes are used to send a message over MQTT, to another device for example. All devices that connect to the editor will
|
||||
use the same MQTT broker and thus messages can be sent across devices. The **Send Message** node uses topics to specify which receivers should get the messages.
|
||||
|
||||
|
||||

|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
<div class = "node-inputs">
|
||||
|
||||
@@ -20,8 +20,8 @@ use the same MQTT broker and thus messages can be sent across devices. The **Sen
|
||||
|
||||
### General
|
||||
|
||||
**Topic**
|
||||
The MQTT topic this **Send Message** will publish messages to. Most commonly the topics are specified as a hierarchy with **/** as delimiters, e.g. _/Foo/Bar/1_. Sometimes the topic needs to be dynamic, this can be achieved by encapsulating a topic component with curly brackets, e.g. _/Foo/{Bar}/1_. In this case a port called _Bar_ will show up.
|
||||
**Topic**
|
||||
The MQTT topic this **Send Message** will publish messages to. Most commonly the topics are specified as a hierarchy with **/** as delimiters, e.g. `/Foo/Bar/1`. Sometimes the topic needs to be dynamic, this can be achieved by encapsulating a topic component with curly brackets, e.g. `/Foo/{Bar}/1`. In this case a port called _Bar_ will show up.
|
||||
|
||||
**Format**
|
||||
This input sets the format the payload will be sent in, either as JSON or as a CSV.
|
||||
|
||||
Reference in New Issue
Block a user