From 0984355d91c12187dc68f53494c023e9aeec2ce8 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Tue, 24 Oct 2023 16:21:46 +0300 Subject: [PATCH] Update 107.md --- 107.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/107.md b/107.md index 642ee19..726092e 100644 --- a/107.md +++ b/107.md @@ -58,15 +58,15 @@ This message is sent by a `user` to a `device`. The `device` saves the config lo "description": , "categories":[ ], "send_to_pubkeys":[ []], - "commands_from_pubkeys":[ []], + "intents_from_pubkeys":[ []], } ``` | Field | Description | |---|---| -| `admin_pubkeys` | List of public keys that are allowed to configure this device.
A fresh/blank device will not have this value, so the first received `"type: 0"` should set it. | -| `send_to_pubkeys` | | -| `commands_from_pubkeys` | | +| `admin_pubkeys` | List of public keys that are allowed to configure this device.
A fresh/blank device will not have this value, so the first received `"type: 0"` should set it.
The `admin_pubkeys` implicitly have the `actions_from_pubkeys` permissions. | +| `send_to_pubkeys` | List of public keys to which events are published. | +| `actions_from_pubkeys` | List of public keys that are allowed to trigger an action on this device.
The `admin_pubkeys` implicitly have the `actions_from_pubkeys` permissions. | ### Event: Update a `device`