From d3a1b8334f362524c966d42bb7d887a48111f891 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 30 Sep 2023 15:56:05 -0400 Subject: [PATCH] Add Network.CMD_PROPSET --- Network.CMD_PROPSET.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Network.CMD_PROPSET.md diff --git a/Network.CMD_PROPSET.md b/Network.CMD_PROPSET.md new file mode 100644 index 0000000..abd578b --- /dev/null +++ b/Network.CMD_PROPSET.md @@ -0,0 +1,8 @@ +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | The ID 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