mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 04:59:32 +00:00
Merge pull request #1711 from NiekertDev/patch-1
Fix missing '#' (pound) in link
This commit is contained in:
commit
cef69d1b97
@ -267,7 +267,7 @@ When using a node_helper, the node helper can send your module notifications. Wh
|
|||||||
- `payload` - AnyType - The payload of a notification.
|
- `payload` - AnyType - The payload of a notification.
|
||||||
|
|
||||||
**Note 1:** When a node helper sends a notification, all modules of that module type receive the same notifications. <br>
|
**Note 1:** When a node helper sends a notification, all modules of that module type receive the same notifications. <br>
|
||||||
**Note 2:** The socket connection is established as soon as the module sends its first message using [sendSocketNotification](thissendsocketnotificationnotification-payload).
|
**Note 2:** The socket connection is established as soon as the module sends its first message using [sendSocketNotification](#thissendsocketnotificationnotification-payload).
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
````javascript
|
````javascript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user