From 29d723287c0526f8caeebdb00016e67056a4e798 Mon Sep 17 00:00:00 2001
From: SebEckl <48828946+SebEckl@users.noreply.github.com>
Date: Mon, 28 Jun 2021 10:59:21 +0200
Subject: [PATCH] Update README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index ab61d71..9989cd3 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ and state between each other.
 |----------------------|----------------------------------------------|------------------------------------|
 | subscribe            | subscribe to an navigation service           | *Request:* {"value": "status"}     |
 | unsubscribe          | unsubscribe to an navigation service         | *Request:* {"value": "status"}     |
+| broadcast_status     | broadcast status event to other clients      | *Request:* {"state": "stop"}       |
 | broadcast_position   | broadcast position event to other clients    | See *position Verb* section        |
 | broadcast_waypoints  | broadcast waypoints events to other clients  | See *waypoints Verb* section       |
 | broadcast_destination| broadcast destination events to other clients| See *destination Verb* section     |
-- 
GitLab