updates
This commit is contained in:
0
web/.gitignore → .gitignore
vendored
0
web/.gitignore → .gitignore
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -36,6 +36,7 @@ class outputAlerts:
|
|||||||
#"duration": self.DURATION
|
#"duration": self.DURATION
|
||||||
}
|
}
|
||||||
self.alert_index += 1
|
self.alert_index += 1
|
||||||
|
print(f"OutputMsg {self.alert_index+1}: {alert.message}")
|
||||||
self._send_message(message)
|
self._send_message(message)
|
||||||
|
|
||||||
def _display_all_ok(self):
|
def _display_all_ok(self):
|
||||||
@@ -45,6 +46,7 @@ class outputAlerts:
|
|||||||
#"rainbow": True,
|
#"rainbow": True,
|
||||||
#"duration": self.DURATION
|
#"duration": self.DURATION
|
||||||
}
|
}
|
||||||
|
print("OutputMsg: Smarthome is all OK!")
|
||||||
self._send_message(message)
|
self._send_message(message)
|
||||||
|
|
||||||
def _send_message(self,message):
|
def _send_message(self,message):
|
||||||
|
|||||||
Reference in New Issue
Block a user