master updates #41
@ -24,7 +24,8 @@ api.config["DEBUG"] = True
|
||||
class Lights_Module():
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.bridge_:Bridge = Bridge('192.168.191.146')
|
||||
# The .python_hue is generated in the home directory by default.
|
||||
self.bridge_:Bridge = Bridge('192.168.191.42', config_file_path='credentials/.python_hue')
|
||||
|
||||
def main(self):
|
||||
praxis_logger_obj.log("\nStarting up [Lights_Module]...")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user