Pebble Intents
Posted: 13 Aug 2013 18:23
Hello,
I was hoping for some help with this.
I am trying to send a notification to my Pebble, I believe I can do this with Intents, and I found this online:
http://s476905316.websitehome.co.uk/blog/?p=612
Apparently it is possible from Llama, however I am not certain for the correct format for Automagic.
I am using the action "Broadcast Intent" with com.getpebble.action.SEND_NOTIFICATION as action, I also add the following extras:
putString("messageType", "PEBBLE_ALERT");
putString("sender", "Automagic");
putString("notificationData", "[{\"title\":\"Test Notification\",\"body\":\"This is a test event\"}]");
I believe this should work but it does not, am I correct?
Here is the info from Pebble:
http://developer.getpebble.com/1/03_API ... 3_Android/
Thanks,
Sam.
I was hoping for some help with this.
I am trying to send a notification to my Pebble, I believe I can do this with Intents, and I found this online:
http://s476905316.websitehome.co.uk/blog/?p=612
Apparently it is possible from Llama, however I am not certain for the correct format for Automagic.
I am using the action "Broadcast Intent" with com.getpebble.action.SEND_NOTIFICATION as action, I also add the following extras:
putString("messageType", "PEBBLE_ALERT");
putString("sender", "Automagic");
putString("notificationData", "[{\"title\":\"Test Notification\",\"body\":\"This is a test event\"}]");
I believe this should work but it does not, am I correct?
Here is the info from Pebble:
http://developer.getpebble.com/1/03_API ... 3_Android/
Thanks,
Sam.