openhab / openhab-pebble

Pebble client for openHAB
Apache License 2.0
11 stars 20 forks source link

Add timeline token to config #14

Closed idserda closed 8 years ago

idserda commented 8 years ago

Hey,

I've been working on an openHAB action that can push pins to the timeline on Pebble watches. More information can be found in this forum post: https://community.openhab.org/t/pebble-timeline-action/4916/1

To use this, you need the timeline token from the openHAB watch app. This pull request display this token on the configuration page. I first wanted to show this token on the watch app, but copying this from the tiny screen is not that easy :smiley:

This pull requests needs two additional actions:

Let me know if you need any more information.

llamahunter commented 8 years ago

This seems like a pretty cool addition. What's the status of getting the action merged into the openHAB server codebase?

idserda commented 8 years ago

Thanks for merging this! I still have to submit a pull request for the action, I'll get to that in the next few days.