Added `OBEX_FILE_TRANSFER` constant to `directory` stub.

This commit is contained in:
Fabio Manganiello 2023-03-24 15:41:20 +01:00
parent 4b4db5b3c7
commit 998793e94f
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ class ServiceClass(Enum):
""" A class for unknown services. """
OBEX_OBJECT_PUSH = ...
""" Class for the OBEX Object Push service. """
OBEX_FILE_TRANSFER = ...
""" Class for the OBEX File Transfer service. """
SWITCHBOT = ...
""" Class for Switchbot devices services. """