adafruit / adafruit-io-node

A Node.js Adafruit IO Node.js Client, Local Server, & io.adafruit.com TLS Tunnel.
https://io.adafruit.com
MIT License
103 stars 26 forks source link

Fix send method #3

Closed bbx10 closed 9 years ago

bbx10 commented 9 years ago

I am not able to use the send function without this change. The send function has a data parameter and a local var also named data. Changing the local var name fixes the function.

toddtreece commented 9 years ago

thanks!