generated from pufereq/python-template
feat(types.py): add CLOSE msg ControlAction
This commit is contained in:
@@ -13,3 +13,4 @@ class Category(str, Enum):
|
|||||||
class ControlAction(str, Enum):
|
class ControlAction(str, Enum):
|
||||||
HELLO = "hello"
|
HELLO = "hello"
|
||||||
ACK = "ack"
|
ACK = "ack"
|
||||||
|
CLOSE = "close"
|
||||||
|
|||||||
Reference in New Issue
Block a user