From 55d5d7515e03691dc431a41640b53b6a139a26a2 Mon Sep 17 00:00:00 2001 From: SebEckl <48828946+SebEckl@users.noreply.github.com> Date: Mon, 28 Jun 2021 10:57:58 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9989cd3..ab61d71 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ 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