changed notification type info to msgtype
authorft
Tue, 10 Jun 2014 11:05:52 +0200
changeset 17cd94e91c37c4
parent 16 0c5554941179
child 18 e1e5f93eb930
changed notification type info to msgtype
src/OsecFS.py
     1.1 --- a/src/OsecFS.py	Wed May 21 16:58:35 2014 +0200
     1.2 +++ b/src/OsecFS.py	Tue Jun 10 11:05:52 2014 +0200
     1.3 @@ -188,7 +188,7 @@
     1.4      
     1.5  
     1.6  def sendNotification (type, message):
     1.7 -    data = {"type" : type, "message" : message}
     1.8 +    data = {"msgtype" : type, "message" : message}
     1.9      sendDataToRest ("notification", data)
    1.10  
    1.11  def sendReadOnlyNotification():