This commit is contained in:
2020-07-07 17:10:29 +02:00
parent f11d088d0c
commit ffbb2a0071
2 changed files with 6 additions and 1 deletions

View File

@@ -74,3 +74,7 @@ class LEDStrip:
return {'status': 'success', 'message': actionData['message']}, 200
return {'status': 'failed', 'message': 'Setting not found!'}, 200
@staticmethod
def handle_data(device, action, data):
pass