Small intendation fix

pull/973/head
turbokongen 2016-01-23 11:50:09 +01:00
parent a63edcf505
commit d3c6c892a8
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class RfxtrxLight(Light):
""" True if light is on. """ """ True if light is on. """
return self._state return self._state
@property @property
def brightness(self): def brightness(self):
""" Brightness of this light between 0..255. """ """ Brightness of this light between 0..255. """
return self._brightness return self._brightness