From 153857fb7a478a503ffce9a99b590b849671adce Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Tue, 24 Oct 2023 15:47:17 +0300 Subject: [PATCH] Update 107.md --- 107.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/107.md b/107.md index 60a3e03..4d2b494 100644 --- a/107.md +++ b/107.md @@ -40,15 +40,14 @@ A `user` can publish these event kinds: The content of events can be transmitted in clear text (for public data) or as [NIP-59 Gift Wrap](https://github.com/staab/nips/blob/NIP-59/59.md). ### Intent Events -Intent Events represent different actions that can be performed on a device. These actions can be triggered by a `user` or by another `device`. The content of the event is a JSON. -Each `JSON` message `MUST` have a `type` field indicating the what the JSON represents. Possible types: +Intent Events represent different actions that can be performed on a device. These actions can be triggered by a `user` or by another `device`. The content of the event is a `JSON` which `MUST` have a `type` field indicating the what the JSON represents. Possible types: | Message Type | Sent By | Description | |--------------|----------------|------------------| | 0 | User | Configure Device | ### Event: Configure `device` -This message is sent by a `user` to a `device`. The `device` saves the config locally and uses it. +This message is sent by a `user` to a `device`. The `device` saves the config locally and then uses it. **Event Content**: ```json