Public Member Functions | |
def | __init__ |
def | __repr__ |
def | alert |
def | alert |
def | brightness |
def | brightness |
def | colormode |
def | colortemp |
def | colortemp |
def | colortemp_k |
def | colortemp_k |
def | effect |
def | effect |
def | hue |
def | hue |
def | name |
def | name |
def | on |
def | on |
def | reachable |
def | saturation |
def | saturation |
def | xy |
def | xy |
Public Attributes | |
bridge | |
brightness | |
colortemp | |
light_id | |
transitiontime | |
Private Member Functions | |
def | _get |
def | _set |
Private Attributes | |
_alert | |
_brightness | |
_colormode | |
_colortemp | |
_effect | |
_hue | |
_name | |
_on | |
_reachable | |
_reset_bri_after_on | |
_saturation | |
_xy |
Hue Light object Light settings can be accessed or set via the properties of this object.
def rocon_python_hue.phue.Light.__init__ | ( | self, | |
bridge, | |||
light_id | |||
) |
Reimplemented in rocon_python_hue.phue.Group.
def rocon_python_hue.phue.Light.__repr__ | ( | self | ) |
def rocon_python_hue.phue.Light._get | ( | self, | |
args, | |||
kwargs | |||
) | [private] |
Reimplemented in rocon_python_hue.phue.Group.
def rocon_python_hue.phue.Light._set | ( | self, | |
args, | |||
kwargs | |||
) | [private] |
Reimplemented in rocon_python_hue.phue.Group.
def rocon_python_hue.phue.Light.alert | ( | self | ) |
def rocon_python_hue.phue.Light.alert | ( | self, | |
value | |||
) |
def rocon_python_hue.phue.Light.brightness | ( | self | ) |
def rocon_python_hue.phue.Light.brightness | ( | self, | |
value | |||
) |
def rocon_python_hue.phue.Light.colormode | ( | self | ) |
def rocon_python_hue.phue.Light.colortemp | ( | self | ) |
def rocon_python_hue.phue.Light.colortemp | ( | self, | |
value | |||
) |
def rocon_python_hue.phue.Light.colortemp_k | ( | self | ) |
def rocon_python_hue.phue.Light.colortemp_k | ( | self, | |
value | |||
) |
def rocon_python_hue.phue.Light.effect | ( | self | ) |
def rocon_python_hue.phue.Light.effect | ( | self, | |
value | |||
) |
def rocon_python_hue.phue.Light.hue | ( | self | ) |
def rocon_python_hue.phue.Light.hue | ( | self, | |
value | |||
) |
def rocon_python_hue.phue.Light.name | ( | self | ) |
Get or set the name of the light [string]
Reimplemented in rocon_python_hue.phue.Group.
def rocon_python_hue.phue.Light.name | ( | self, | |
value | |||
) |
Reimplemented in rocon_python_hue.phue.Group.
def rocon_python_hue.phue.Light.on | ( | self | ) |
def rocon_python_hue.phue.Light.on | ( | self, | |
value | |||
) |
def rocon_python_hue.phue.Light.reachable | ( | self | ) |
def rocon_python_hue.phue.Light.saturation | ( | self | ) |
def rocon_python_hue.phue.Light.saturation | ( | self, | |
value | |||
) |
def rocon_python_hue.phue.Light.xy | ( | self | ) |
def rocon_python_hue.phue.Light.xy | ( | self, | |
value | |||
) |
rocon_python_hue::phue.Light::_alert [private] |
rocon_python_hue::phue.Light::_colormode [private] |
rocon_python_hue::phue.Light::_colortemp [private] |
rocon_python_hue::phue.Light::_effect [private] |
rocon_python_hue::phue.Light::_hue [private] |
rocon_python_hue::phue.Light::_name [private] |
Reimplemented in rocon_python_hue.phue.Group.
rocon_python_hue::phue.Light::_on [private] |
rocon_python_hue::phue.Light::_reachable [private] |
Reimplemented in rocon_python_hue.phue.Group.
rocon_python_hue::phue.Light::_xy [private] |