Remove singelton fix bugs

This commit is contained in:
Jonas Zeunert
2021-03-07 16:33:12 +01:00
parent 62bdd68c5a
commit 84aeec895a
5 changed files with 6 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ class Lamp:
networking.activateLamp(self)
def deactivate(self):
networking.deactivateLamp()
networking.deactivateLamp(self)
def isActivated(self):
networking.getLamps(self)