misfit-bolt
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -102,7 +102,7 @@ 'use strict'; | ||
off(done) { | ||
off() { | ||
this.set("CLTMP 3200,0"); | ||
} | ||
on(done) { | ||
on() { | ||
this.set("CLTMP 3200,1"); | ||
@@ -109,0 +109,0 @@ } |
{ | ||
"name": "misfit-bolt", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Misfit Bolt Javascript Interface", | ||
@@ -14,3 +14,4 @@ "keywords": [ | ||
"lint": "./bin/jshint *.js", | ||
"test": "./bin/mocha ." | ||
"test": "./bin/mocha .", | ||
"patch-release": "npm version patch && npm publish && git push --follow-tags" | ||
}, | ||
@@ -22,3 +23,3 @@ "main": "index.js", | ||
}, | ||
"license": "MIT", | ||
"license": "ISC", | ||
"dependencies": { | ||
@@ -25,0 +26,0 @@ "debug": "^2.2.0", |
@@ -23,3 +23,3 @@ # Misfit Bolt Javascript Interface | ||
```javascript | ||
Bolt.discover(callback(bolt)); | ||
Bolt.discover(callback(bolt), [uuid]); | ||
``` | ||
@@ -32,2 +32,7 @@ | ||
### Disconnect | ||
```javascript | ||
bolt.connect([callback]); | ||
``` | ||
### On | ||
@@ -34,0 +39,0 @@ ```javascript |
Sorry, the diff of this file is not supported yet
94
13543