fix wrong replies for change and do

now correctly reply with 'changed' and 'done'

Change-Id: Ic2b8e6d6d7d4c8301dc8b273115a10e1f8e40a2e
This commit is contained in:
Enrico Faulhaber
2016-12-09 14:13:26 +01:00
parent b6af55c358
commit 002c843d74
3 changed files with 18 additions and 26 deletions

View File

@ -103,7 +103,7 @@ class CommandRequest(Message):
class CommandReply(Message):
is_reply = True
command = ''
arguments = None
result = None
class WriteRequest(Message):
is_request = True