From 03486857225cf699d253b8decebcad0de9011898 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 30 Sep 2023 16:03:39 -0400 Subject: [PATCH] Update Network.CMD_PROPSET --- Network.CMD_PROPSET.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network.CMD_PROPSET.md b/Network.CMD_PROPSET.md index abd578b..5bc4783 100644 --- a/Network.CMD_PROPSET.md +++ b/Network.CMD_PROPSET.md @@ -1,8 +1,8 @@ | Name | Type | Required | Description | | ---- | ---- | :------: | :---------- | | Length | Byte | ✗ | | -| ObjID | [ObjectID](Network.ObjectID) | ✗ | The ID the properties are for. | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | The object the properties are for. | | Type | Byte | ✗ | `0x0F (15)` | | - | - | - | - | | From | String | ✗ | The user the command is from. | -| Properties | [PropertyList](Network.PropertyList) | ✗ | Properties to set. | \ No newline at end of file +| Properties | [PropertyList](Network.PropertyList) | ✗ | Properties to set on object. | \ No newline at end of file