From 1d92eeb2c2ab53b17dc81865695965ac7e71001a Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Mon, 8 Dec 2025 15:29:33 +0100 Subject: [PATCH] Add anchor --- WebSocketLibCommuncationStandard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebSocketLibCommuncationStandard.md b/WebSocketLibCommuncationStandard.md index 5f8ec20..30aa5e3 100644 --- a/WebSocketLibCommuncationStandard.md +++ b/WebSocketLibCommuncationStandard.md @@ -8,7 +8,7 @@ Connect with a WebSocket client to the address of the Getiyo instance, use the p ## Authentication -Once you're connected to the WebSocket server it is very important you immediately send an `AUTH` message. If you are unable to authenticate within 5 seconds you'll be automatically disconnected. For authentication feedback see [errors](#message-type-error), if the authentication is succesful you'll receive the `SYSTEM` message `authOk` +Once you're connected to the WebSocket server it is very important you immediately send an `AUTH` message. If you are unable to authenticate within 5 seconds you'll be automatically disconnected. For authentication feedback see [errors](#message-type-error), if the authentication is succesful you'll receive the `SYSTEM` message [authOk](#authok). ```JSON {