monteslu / bean-io

Punchthrough LightBlue Bean IO for use with Johnny-five
22 stars 6 forks source link

Not able to connect to bean by uuid #9

Closed vizkits closed 9 years ago

vizkits commented 9 years ago

After pull request #6 , it becomes not possible to connect to bean by uuid, in the case of multiple beans. Any plan to address it? Thanks.

vizkits commented 9 years ago

Just found that it can be done by:

Bean.discoverByUuid(uuid, function(bean) {});