mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Runtime Editor Comms protocol (markdown)
parent
5b60918d75
commit
74ac0c7c58
@ -75,7 +75,7 @@ Notification events come from the runtime and indicate an event or change of sta
|
|||||||
Editor <--- { topic: "notification/<event-id>", data: {<notification data>} } <--- Runtime
|
Editor <--- { topic: "notification/<event-id>", data: {<notification data>} } <--- Runtime
|
||||||
```
|
```
|
||||||
|
|
||||||
The current list of runtime notifications are as follows. *Their full payload contents needs documenting.*
|
The current list of runtime notifications is as follows. *TODO: document each of their payload formats.*
|
||||||
|
|
||||||
- `node/enabled` - a node-set has been enabled via `/node` admin api
|
- `node/enabled` - a node-set has been enabled via `/node` admin api
|
||||||
- `node/disabled` - a node-set has been disabled via `/node` admin api
|
- `node/disabled` - a node-set has been disabled via `/node` admin api
|
||||||
|
Loading…
Reference in New Issue
Block a user