joshualyon / ST-Kodi

Kodi for SmartThings - Device Type and SmartApp
Apache License 2.0
12 stars 12 forks source link

Add ShowNotification #5

Closed joshualyon closed 8 years ago

joshualyon commented 8 years ago

http://kodi.wiki/view/JSON-RPC_API/v6#GUI.ShowNotification

showNotification(title, message)

{"jsonrpc": "2.0", "method": "GUI.ShowNotification", "params": {"title": "USERTITLE", "message": "USERMESSAGE"}, "id": 1}
joshualyon commented 8 years ago

Added in 41de067

sendNotification(title, message, [image])

Example: sendNotification("Front Door", "Someone is knocking!")