tlaukkan / zigbee4java

Zigbee API for Java provides simple Java interface to ZigBee network.
Apache License 2.0
144 stars 68 forks source link

Console join command #28

Closed cdjackson closed 9 years ago

cdjackson commented 9 years ago

This adds a 'join' command to the console to enable or disable join. It also fixes a few typos in log messages and one or two negative numbers printed as network addresses.

I also removed the 'return' if the join fails on startup. When using the old firmware I found this fails, and it doesn't seem to me that it should stop the stack working all together so I think it should print the message and continue.