Added PacketType ContentionFreePeriod

This commit is contained in:
2021-11-24 20:35:44 +01:00
parent d714b342ed
commit 333a514363
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ const PacketType = {
Acknowledgment: 'Acknowledgment',
BlockAcknowledgment: 'BlockAcknowledgment',
NoData: 'NoData',
ContentionFreePeriod: 'ContentionFreePeriod',
Unknown: 'Unknown'
}