Updated console.read (markdown)

therealkrispet 2019-11-18 11:09:58 +01:00
parent 0b3db2e06a
commit 646c4c3adb

@ -4,8 +4,7 @@
```json ```json
{ {
"key": "console.read", "key": "console.read"
"scope": "websocket"
} }
``` ```
@ -19,9 +18,7 @@
```json ```json
{ {
"key": "console.read", "key": "console.read"
"intent": "event",
"scope": "zmq"
} }
``` ```
@ -35,8 +32,6 @@
```json ```json
{ {
"key": "console.read", "key": "console.read",
"intent": "event",
"scope": "zmq",
"content": " * Serving Flask app..." "content": " * Serving Flask app..."
} }
``` ```