mirror of
https://github.com/google/bumble.git
synced 2026-04-17 00:35:31 +00:00
Declare emitted events as constants
This commit is contained in:
@@ -448,6 +448,8 @@ class Characteristic(Attribute[_T]):
|
||||
uuid: UUID
|
||||
properties: Characteristic.Properties
|
||||
|
||||
EVENT_SUBSCRIPTION = "subscription"
|
||||
|
||||
class Properties(enum.IntFlag):
|
||||
"""Property flags"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user