101100 / xbee-promise

Promise-based library for XBee wireless modules based on xbee-api
MIT License
7 stars 6 forks source link

Add transmission support for 802.15.4 modules #1

Closed jankolkmeier closed 10 years ago

jankolkmeier commented 10 years ago

It shouldn't break compatibility - but since there are no tests, you maybe want to check by hand if it breaks anything before merging it.

So for those with Series 1/802.15.4 modules, just add module: '802.15.4' to the xbee-promise option array and be sure to use destination16/destination64 instead of destinationId when using remoteTransmit.

101100 commented 10 years ago

Thanks, @jankolkmeier! I've added Issue #3 to address unit tests. In the mean time, I'm going to merge this.