added pebble-js-app.js
parent
6d69c296d9
commit
c9d52de376
|
@ -0,0 +1,9 @@
|
|||
Pebble.addEventListener('ready', function() {
|
||||
console.log('PebbleKit JS ready!');
|
||||
});
|
||||
|
||||
Pebble.addEventListener('showConfiguration', function() {
|
||||
var url='http://pebble.lastfuture.de/config/supersimple/';
|
||||
console.log('Showing configuration page: '+url);
|
||||
Pebble.openURL(url);
|
||||
});
|
Loading…
Reference in New Issue