Added password response to api documentation

main
fbp 2 years ago
parent c1f4119dbe
commit e2d6fcbe8d

@ -146,4 +146,19 @@
{
"deviceId": 0,
"password": [1, 2, 3, 4]
}
}
```
* Password response
Topic `display/passwordResponse`
Data example:
```json
{
"deviceId": 0,
"password": [1, 2, 3, 4],
"correct": true
}
```

Loading…
Cancel
Save