Public Member Functions | |
| def | __init__ |
| def | bulb_checker |
| def | get_color_from_string |
| def | hue_checker |
| def | loginfo |
| def | loginfo_ex |
| def | logwarn |
| def | logwarn_ex |
| def | ping_checker |
| def | set_hue |
| def | spin |
Public Attributes | |
| bridge | |
| checker_th | |
| hue_list_publisher | |
| hues | |
| ip | |
| is_checking | |
| name | |
| retry_cnt | |
| retry_max_cnt | |
| string2color | |
Static Public Attributes | |
| int | MAX_BRI = 255 |
| int | MAX_HUE = 65535 |
| int | MAX_SAT = 255 |
Private Member Functions | |
| def | _init_color_lookup_table |
Definition at line 21 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge.__init__ | ( | self, | |
hue_ip = '127.0.0.1' |
|||
| ) |
Definition at line 26 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge._init_color_lookup_table | ( | self | ) | [private] |
Definition at line 45 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge.bulb_checker | ( | self | ) |
Definition at line 91 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge.get_color_from_string | ( | self, | |
| color | |||
| ) |
Definition at line 141 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge.hue_checker | ( | self | ) |
Definition at line 58 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge.loginfo | ( | self, | |
| msg | |||
| ) |
Definition at line 148 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge.loginfo_ex | ( | self, | |
| msg | |||
| ) |
Definition at line 154 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge.logwarn | ( | self, | |
| msg | |||
| ) |
Definition at line 151 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge.logwarn_ex | ( | self, | |
| msg | |||
| ) |
Definition at line 158 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge.ping_checker | ( | self | ) |
Definition at line 84 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge.set_hue | ( | self, | |
| data | |||
| ) |
Definition at line 115 of file hue_bridge.py.
| def rocon_hue.hue_bridge.RoconBridge.spin | ( | self | ) |
Definition at line 162 of file hue_bridge.py.
Definition at line 26 of file hue_bridge.py.
Definition at line 26 of file hue_bridge.py.
Definition at line 26 of file hue_bridge.py.
Definition at line 26 of file hue_bridge.py.
Definition at line 26 of file hue_bridge.py.
Definition at line 26 of file hue_bridge.py.
int rocon_hue::hue_bridge.RoconBridge::MAX_BRI = 255 [static] |
Definition at line 24 of file hue_bridge.py.
int rocon_hue::hue_bridge.RoconBridge::MAX_HUE = 65535 [static] |
Definition at line 22 of file hue_bridge.py.
int rocon_hue::hue_bridge.RoconBridge::MAX_SAT = 255 [static] |
Definition at line 23 of file hue_bridge.py.
Definition at line 26 of file hue_bridge.py.
Definition at line 26 of file hue_bridge.py.
Definition at line 26 of file hue_bridge.py.
Definition at line 26 of file hue_bridge.py.