Add Network.CMD_PROPSET

Wirlaburla 2023-09-30 15:56:05 -04:00
parent b93c7c9527
commit d3a1b8334f

8
Network.CMD_PROPSET.md Normal file

@ -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. |