mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 00:45:53 -05:00
fix: typos
This commit is contained in:
parent
33fc0d539c
commit
d7c37b0042
6
107.md
6
107.md
|
@ -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>]]`
|
||||
|
|
Loading…
Reference in New Issue
Block a user