discover

blickfeld_scanner.discover.search_and_connect(duration=3)

Find Blickfeld devices in the network and connect to them.

Parameters

duration – duration of network search in seconds

Returns

list of BSL scanner objects, [blickfeld_scanner.scanner]

blickfeld_scanner.discover.search_one_and_connect(duration=3)

Find Blickfeld device in the network and connect to it, if multiple devices are available, the first device discovered will be selected.

Parameters

duration – duration of network search in seconds

Returns

blickfeld_scanner.scanner object or None if no device is found,