fix: typos

This commit is contained in:
Vlad Stan 2023-10-19 13:00:51 +03:00
parent 33fc0d539c
commit d7c37b0042

6
107.md
View File

@ -8,13 +8,13 @@ Nostr Internet of Things
## Rationale
The terms/conditions of IoT software/hardware is horrible. A user should be able to message a light or heating and ask it to turn on/off. Nostr gives the simple, permissionless development enviroment IoT needs.
The terms/conditions of IoT software/hardware is horrible. A user should be able to message a light or heating and ask it to turn on/off. Nostr gives the simple, permissionless development environment IoT needs.
All communication happens over [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md).
## Terms
- `user` - user operating IoT device with NOSTR key-pair and a client made specifically for IoT
- `user` - user operating IoT devices with NOSTR key-pair and a client made specifically for IoT
- `device` - device to operate over Nostr with NOSTR key-pair, using a microcontroller client like <a href="https://github.com/lnbits/arduino-nostr">nostr-arduino</a>
@ -68,5 +68,5 @@ Note:
Note:
- `settings`:
- Standard `settings` innclude:
- Standard `settings` include:
- eg: `[["on", <bool>], ["range", <int, 0-1000>], ["timer_on", <int unix timestamp>], ["timer_off", <int unix timestamp>]]`