[SOLVED] How to use “kodi:kodi:myKodi:shownotification” channel?

I’m also using this channel now and it’s working perfect. I was wondering if it’s possible to send extra arguments with it, like the title of the messagebox, a custom icon.

I’m also using some shell scripts on my Kodi pi, and here I use curl to show notifications:

curl -v -H “Accept: application/json” -H “Content-type: application/json” POST -d ‘{“id”:1,“jsonrpc”:“2.0”,“method”:“GUI.ShowNotification”,“params”:{“title”:“Hyperion”,“message”:“‘enabled’ config”,“image”:“/storage/.kodi/userdata/scripts/hyperion.png”}}’ http://aaa:aaa@127.0.0.1:8080/jsonrpc 2> /dev/null