volume fix
This commit is contained in:
parent
4cabd33b70
commit
f32f4d7fb5
@ -24,7 +24,8 @@ api.config["DEBUG"] = True
|
|||||||
class Lights_Module():
|
class Lights_Module():
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
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):
|
def main(self):
|
||||||
praxis_logger_obj.log("\nStarting up [Lights_Module]...")
|
praxis_logger_obj.log("\nStarting up [Lights_Module]...")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user