eliotstocker / Light-Controller

To Control lights from companys such as limitless LED etc
http://eliotstocker.github.io/Light-Controller/
61 stars 24 forks source link

Better pebb;e #65

Closed mrwhale closed 7 years ago

mrwhale commented 8 years ago

Hey @eliotstocker here are my lastest pebble changes. Made it so the pebble code now is a data reciever to it can handle imcoming messages even if main app isnt running. Took out all the pebble related code from the controler class, and added intents to manifests as well as the pebble App UUID to the Contants class for safe keeping.

Please update before you push beta :) thanks!

Commit comments: refactored pebble class to extend datareceiver so it could handle mes…sages even if main app isnt in the foreground. Added intent to xml, added a contant to Constant class to hold the app UUID. Also merged all my todos to the top

eliotstocker commented 7 years ago

manually merged :D

mrwhale commented 7 years ago

Yess! Glad you are back!