From 74ac0c7c58daabcb7e651c40d9a8bf2a5a1cc4a6 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 9 Mar 2018 13:04:20 +0000 Subject: [PATCH] Updated Runtime Editor Comms protocol (markdown) --- Runtime-Editor-Comms-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime-Editor-Comms-protocol.md b/Runtime-Editor-Comms-protocol.md index a283569..114161c 100644 --- a/Runtime-Editor-Comms-protocol.md +++ b/Runtime-Editor-Comms-protocol.md @@ -75,7 +75,7 @@ Notification events come from the runtime and indicate an event or change of sta Editor <--- { topic: "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/disabled` - a node-set has been disabled via `/node` admin api