You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,7 +81,7 @@ curl -X POST "http://wol-client:5555/start" \
81
81
> [!NOTE]
82
82
> The `startupTime` field may be omitted. In that case, the [`PING_INTERVAL`](#ping_interval) and [`PING_RETRIES`](#ping_retries) settings will be used to periodically ping the host.
83
83
84
-
**WoL Client** will respond with a `client_id`, which can be used to establish a **WebSocket connection** at `ws://wol-client/ws`.
84
+
**WoL Client** will respond with a `client_id`, which can be used to establish a **WebSocket connection** at `ws://wol-client:5555/ws`.
85
85
This WebSocket will send updates for each step of the process. The response contains:
86
86
87
87
-`success`: `true` if the process finished successfully.
@@ -94,7 +94,7 @@ curl -X POST "http://wol-client:5555/start" \
94
94
> [!NOTE]
95
95
> The `startupTime` field may be omitted. In that case, the [`PING_INTERVAL`](#ping_interval) and [`PING_RETRIES`](#ping_retries) settings will be used to periodically ping the host.
96
96
97
-
**WoL Client** will respond with a `client_id`, which can be used to establish a **WebSocket connection** at `ws://wol-client/ws`.
97
+
**WoL Client** will respond with a `client_id`, which can be used to establish a **WebSocket connection** at `ws://wol-client:5555/ws`.
98
98
This WebSocket will send updates for each step of the process. The response contains:
99
99
100
100
- `success`: `true`if the process finished successfully.
0 commit comments