From d311918df8aab0d568b45c4a956737f64f3745bf Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 29 Sep 2023 22:31:42 -0400 Subject: [PATCH] Add Network.CMD_DISAPPR --- Network.CMD_DISAPPR.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Network.CMD_DISAPPR.md diff --git a/Network.CMD_DISAPPR.md b/Network.CMD_DISAPPR.md new file mode 100644 index 0000000..adbb0fd --- /dev/null +++ b/Network.CMD_DISAPPR.md @@ -0,0 +1,7 @@ +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | Always `0xfe`. | +| Type | Byte | ✗ | `0x0B (11)` | +| - | - | - | - | +| Drone | Byte | ✗ | Refers to the object ID of the drone to disappear. NOOP if object ID isn't present. | \ No newline at end of file