From 06d9fe273b69579a317e516e5e4f5fc0391b9113 Mon Sep 17 00:00:00 2001
From: Vlad Stan <stan.v.vlad@gmail.com>
Date: Wed, 25 Oct 2023 12:18:16 +0300
Subject: [PATCH] Update 107.md

---
 107.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/107.md b/107.md
index e56dc34a..30c1ca0e 100644
--- a/107.md
+++ b/107.md
@@ -97,8 +97,8 @@ Example that turns on a device and sets the temperature to `20.9` degrees Celsiu
 ```json
   "tags": [["p", <String, pubkey of the targeted device]]
 ```
- - the `p` tag is required, its value MUST be the same as the pubkey of the `device`.
+ - the `p` tag is required, its value MUST be the same as the pubkey of the target `device`(s).
 
 
-### Data Events (`kind: 8000 - 8999`)
-Data Events represent data publised by ....
+### Data Events (`kind: 8001 - 8999`)
+Data Events represent data publised by `device`(s). The `kind` of the event and the `content` must follow ths specification from [NIP-91 Event Kinds](https://github.com/nostr-protocol/nips/blob/iot/91.md#event-kinds).