Small intendation fix
parent
a63edcf505
commit
d3c6c892a8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue