fix: typos

This commit is contained in:
Vlad Stan 2023-10-19 12:54:07 +03:00 committed by GitHub
parent 2445c14338
commit 8f99f66f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
107.md
View File

@ -43,7 +43,7 @@ A `device` or a `user` can publish these event kinds:
```json
{
"id": <String, UUID generated by the user.Sequential IDs (`0`, `1`, `2`...) are discouraged>,
"device_id": <String, UUID of the stall to which this device belong to>,
"device_id": <String, UUID of the device>,
"name": <String, device name>,
"description": <String (optional), device description>,
"categories":[ <String (optional), device category, such as 'boiler'>],