Skip to content
Snippets Groups Projects
Commit 515bfb25 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Merge ..

Merge branch 'main' of gitlab.imt-atlantique.fr:xaal/code/python
parents 0eb6792d c55e5ed0
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,6 @@ class Switch(AqaraDev):
def on_report(self, data):
status = data.get('status', None)
print(status)
if status:
self.devices[0].send_notification(status)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment