mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Command does not require addr
This commit is contained in:
@@ -15,7 +15,7 @@ class Connector:
|
||||
print(message)
|
||||
return True
|
||||
|
||||
def passthrough(self, address, data):
|
||||
def passthrough(self, data):
|
||||
self.__mqtt_pub(data)
|
||||
|
||||
def ops(self, address, data, function=False):
|
||||
|
Reference in New Issue
Block a user