forked from platypush/platypush
Added OBEX_FILE_TRANSFER
constant to directory
stub.
This commit is contained in:
parent
4b4db5b3c7
commit
998793e94f
1 changed files with 2 additions and 0 deletions
|
@ -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. """
|
||||
|
||||
|
|
Loading…
Reference in a new issue