Update docstrings (#7420)

This commit is contained in:
Fabian Affolter
2017-05-03 10:11:39 +02:00
committed by GitHub
parent 1a74c41056
commit 203f48cadc
10 changed files with 10 additions and 11 deletions

View File

@@ -322,6 +322,7 @@ class GatewayWrapper(object):
optimistic (bool): Send values to actuators without feedback state.
device (str): Device configured as gateway.
__initialised (bool): True if GatewayWrapper is initialised.
"""
self._wrapped_gateway = gateway
self.platform_callbacks = []