Skip to content

Commit 77ebdaf

Browse files
authored
Use correct example for authorization_requested (#155)
1 parent a342428 commit 77ebdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v2/websocket.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The HomeWizard Energy WebSocket API allows you to receive real-time updates from
3131
All data packages, in both directions, are formatted in JSON and contain a `type` field and an optional `data` field. The data type can be any valid JSON format.
3232

3333
```json title="Example: Authorization request from device"
34-
{ "type": "authentication_requested", "data": { "api_version": "2.0.0" } }
34+
{ "type": "authorization_requested", "data": { "api_version": "2.0.0" } }
3535
```
3636

3737
```json title="Example: Subscribe to device information"

0 commit comments

Comments
 (0)