externalTool

class birdseyelib.ExternalTool(client)[source]

Class containing various functions for controlling the external tool.

get_commandeer() bool[source]

Returns the current status on commandeer: True if enabled, False otherwise.

request_commandeer()[source]

Requests for the current status on commandeer.

set_commandeer(enabled)[source]

Sets the communication mode of the external tool to either manual or commandeer.

Parameters:

enabled (bool) – Determines whether a request to enable commandeer or disable it should be sent. True = enable commandeer, False = disable.