0.2.0 • Published 10 years ago

godot-sensortag v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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);