From c3306f09c2b8f436e2bd69a4b95e91e4d3deace7 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Thu, 12 Sep 2019 14:36:45 +0200 Subject: [PATCH] Created console.write (markdown) --- console.write.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 console.write.md diff --git a/console.write.md b/console.write.md new file mode 100644 index 0000000..1c14656 --- /dev/null +++ b/console.write.md @@ -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..." +} +``` \ No newline at end of file