master updates #41

Manually merged
alex_orid merged 177 commits from master into github-master 2021-05-13 21:11:10 +00:00
Showing only changes of commit f32f4d7fb5 - Show all commits

View File

@ -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]...")