zsmartsystems / com.zsmartsystems.zigbee

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

Only perform energy scan if channel is UNKNOWN #1321

Closed cdjackson closed 2 years ago

cdjackson commented 2 years ago

This removes the energy and active scans from the Ember startup code if a channel is specified. The scans are therefore only performed if the channel is UNKNOWN as it allows the selection of the quietest channel. Signed-off-by: Chris Jackson chris@cd-jackson.com