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