Updated message.send (markdown)

ni-richard 2019-09-14 10:26:43 +02:00
parent b759aa24cd
commit e0dc5c7e90

@ -4,7 +4,6 @@
```json ```json
{ {
"key": "message.send", "key": "message.send",
"intent": "control",
"scope": "websocket" "scope": "websocket"
} }
``` ```
@ -22,6 +21,7 @@
```json ```json
{ {
"key": "message.send", "key": "message.send",
"scope": "websocket",
"originator": "Brian Kernighan", "originator": "Brian Kernighan",
"message": "hello, world" "message": "hello, world"
} }