godot-sensortag

0.2.0 • Public • Published

Sensortag producer for http://github.com/nodejitsu/godot.

Example

var godot = require('godot');
var sensortag = require('godot-sensortag');
godot.producer.register('sensortag', sensortag);
godot.createClient({
  type: 'tcp',,
  producers: [
    godot.producer()
      .sensortag({
        sensors: [
          'irTemperature'
        ]
      })
  ]
}).connect(1337);

Package Sidebar

Install

npm i godot-sensortag

Weekly Downloads

2

Version

0.2.0

License

MIT

Last publish

Collaborators

  • oroce