From 93760ad92fb6062f29c9b9e5c075aec0cb1ace79 Mon Sep 17 00:00:00 2001 From: therealkrispet Date: Mon, 18 Nov 2019 11:12:06 +0100 Subject: [PATCH] Updated process.stop (markdown) --- process.stop.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/process.stop.md b/process.stop.md index 45f0d51..c1cd7a4 100644 --- a/process.stop.md +++ b/process.stop.md @@ -4,9 +4,7 @@ ```json { - "key": "process.stop", - "intent": "control", - "scope": "zmq" + "key": "process.stop" } ``` @@ -20,8 +18,6 @@ ```json { "key": "process.stop", - "intent": "control", - "scope": "zmq", "name": "webservice" } ``` @@ -32,9 +28,7 @@ ```json { - "key": "process.stop", - "intent": "event", - "scope": "broadcast" + "key": "process.stop" } ``` @@ -49,8 +43,6 @@ ```json { "key": "process.stop", - "intent": "event", - "scope": "broadcast", "name": "webservice", } ``` \ No newline at end of file