mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 19:56:53 +00:00
Adds support for pull-based advert requests and responses.
This commit is contained in:
@@ -52,6 +52,7 @@ class EventType(Enum):
|
||||
NEIGHBOURS_RESPONSE = "neighbours_response"
|
||||
SIGN_START = "sign_start"
|
||||
SIGNATURE = "signature"
|
||||
ADVERT_RESPONSE = "advert_response"
|
||||
|
||||
# Command response types
|
||||
OK = "command_ok"
|
||||
|
||||
Reference in New Issue
Block a user