Skip to content

Commit

Permalink
add explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Lusiardi committed Apr 7, 2020
1 parent 4b568f3 commit 5c4a7c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions homekit/controller/tools.py
Expand Up @@ -148,6 +148,10 @@ def add_pairing(self, additional_controller_pairing_identifier, ios_device_ltpk,


class DummyPairing(AbstractPairing):
"""
Dummy implementation of a AbstractPairing handle Pairings in a configuration that might currently not be supported.
"""

def __init__(self, pairing_data, connection_type):
self.pairing_data = pairing_data
self.connection_type = connection_type
Expand Down

0 comments on commit 5c4a7c4

Please sign in to comment.