Git Product home page Git Product logo

wearscript-docs's Introduction

Wearscript Documentation

This repo is compiled by readthedocs and is deployed to wearscript.com automatically.

wearscript-docs's People

Contributors

connerbrooks avatar karbassi avatar kurtisnelson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

wearscript-docs's Issues

iBeacon's sensor doesn't work properly on Glass.

Hi, i was trying to set on the ibeacon sensor for glass and the code on this documentation doesn't work.
The code:

WS.sensorOn(WS.sensor('ibeacon'), 1000).

The error:

WebView: Uncaught Error: Error calling method on NPObject. -- From line 1 of

I found a possible solution here:

WS.beaconOn();
WS.subscribe('ibeacon', function (channel, uuid, rssid, major, minor, proximity) {
    WS.log(channel + ' ' + uuid + ' ' + rssid + ' ' + major + ' ' + minor + ' ' + proximity)           
    WS.say(proximity)
})

but it doesn't work either, it says:

WebView: Uncaught TypeError: Object #<WearScript> has no method 'beaconOn' -- From line 27 of file:///storage/emulated/0/wearscript/scripting/glass.html

Finally, the solution appears to be here

I would like to know which is the correct way, or if there is some kind of unknown problem.

Thank you very much.

Exit GDK Cards

I feel there should be a function like WS.exitCardTree() or WS.distroyCardTree() to remove the GDK cards component and exit from the card view

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.