Adds support for pull-based advert requests and responses.

This commit is contained in:
Michiel Appelman 2026-01-11 21:44:03 +01:00
parent 01e3f21992
commit 0283003b04
4 changed files with 111 additions and 0 deletions

View file

@ -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"