Sep 06 18:55:33 rasp domoticz[9565]: 2021-09-06 18:55:33.759 Error: DomoticzEx: (DomoticzEx) 'onDeviceRemoved' failed 'TypeError':'onDeviceRemoved() takes 1 positional argument but 2 were given'.
Sep 06 18:55:33 rasp domoticz[9565]: 2021-09-06 18:55:33.760 Error: DomoticzEx: (DomoticzEx) No traceback available
Code: Select all
def onDeviceRemoved( self, DeviceID, Unit ):
Domoticz.Log("onDeviceRemoved... Ex")
def onDeviceRemoved(DeviceID,Unit):
global _plugin
_plugin.onDeviceRemoved(DeviceID, Unit)