changed notification value to text
authorft
Fri, 04 Jul 2014 13:43:37 +0200
changeset 19d2ab00839ba5
parent 18 e1e5f93eb930
child 20 11db6c7b63d2
changed notification value to text
src/OsecFS.py
     1.1 --- a/src/OsecFS.py	Wed Jun 11 14:47:59 2014 +0200
     1.2 +++ b/src/OsecFS.py	Fri Jul 04 13:43:37 2014 +0200
     1.3 @@ -188,7 +188,7 @@
     1.4      
     1.5  
     1.6  def sendNotification (type, message):
     1.7 -    data = {"msgtype" : type, "message" : message}
     1.8 +    data = {"msgtype" : type, "text" : message}
     1.9      sendDataToRest ("notification", data)
    1.10  
    1.11  def sendReadOnlyNotification():