zsmartsystems / com.zsmartsystems.zigbee

ZigBee Cluster Library Java framework supporting multiple dongles
Eclipse Public License 1.0
138 stars 87 forks source link

Make ZigBeeDongleTelegesis return NO_NETWORK when NoPAN #1387

Closed TomTravaglino closed 1 year ago

TomTravaglino commented 1 year ago

This PR makes ZigBeeDongleTelegesis return ZigBeeStatus.NO_NETWORK when the result of the "Display Product Identification" command is NoPAN.

Closes #1382

cdjackson commented 1 year ago

Thanks @TomTravaglino - looks good - just a minor typo which we might as well fix :)

Thanks. Chris

TomTravaglino commented 1 year ago

@cdjackson Thanks for the review. I fixed the typo.

cdjackson commented 1 year ago

Thanks @TomTravaglino