Created console.write (markdown)

ni-richard 2019-09-12 14:36:45 +02:00
parent 99b8d1ae04
commit c3306f09c2

24
console.write.md Normal file

@ -0,0 +1,24 @@
* **Description**: Updates the content of the console.
* **Subscribers**: *(none)*
```json
{
"key": "console.write",
"scope": "websocket"
}
```
| Parameter | Type | Required | Description |
| ------------ |:--------:|:------------------:| --------------------------- |
| *content* | `string` | :heavy_check_mark: | New text to be displayed. |
***
**Example**:
```json
{
"key": "console.write",
"scope": "websocket",
"content": "Unit test failed..."
}
```