wearscript / wearscript-android

JavaScript with Batteries Included for Google Glass
wearscript.com
215 stars 55 forks source link

Glass ID #191

Closed kurtisnelson closed 10 years ago

kurtisnelson commented 10 years ago

WSRAW.getGlassID() for the mac address.

bwhite commented 10 years ago

I have that implemented, just need to push as "WS.{device,group,groupDevice}"

On Mon, Mar 24, 2014 at 1:41 PM, Kurt Nelson notifications@github.comwrote:

WSRAW.getGlassID() for the mac address.

You can merge this Pull Request by running

git pull https://github.com/kurtisnelson/wearscript-android glass_id

Or view, comment on, or merge it at:

https://github.com/wearscript/wearscript-android/pull/191 Commit Summary

  • added getGlassID() method

File Changes

  • M WearScript/src/main/java/com/dappervision/wearscript/BackgroundService.javahttps://github.com/wearscript/wearscript-android/pull/191/files#diff-0(2)
  • M WearScript/src/main/java/com/dappervision/wearscript/WearScript.javahttps://github.com/wearscript/wearscript-android/pull/191/files#diff-1(2)

Patch Links:

Reply to this email directly or view it on GitHubhttps://github.com/wearscript/wearscript-android/pull/191 .

kurtisnelson commented 10 years ago

Ah ok, we need the mac address for the improv thingy.

bwhite commented 10 years ago

Yeah that's cool, on mine that's "device".

On Mon, Mar 24, 2014 at 1:49 PM, Kurt Nelson notifications@github.comwrote:

Ah ok, we need the mac address for the improv thingy.

Reply to this email directly or view it on GitHubhttps://github.com/wearscript/wearscript-android/pull/191#issuecomment-38477143 .