Developer feature#

command message olympe.messages.developer.Command.AirSdkLog(enable, _timeout=10, _no_expect=False, _float_tol=(1e-07, 1e-09))#
Parameters:

enable (bool) – Enable Airsdk specific logging.This will log all missions.

Supported by:
ANAFI Ai:

with an up to date firmware

command message olympe.messages.developer.Command.DisableShell(_timeout=10, _no_expect=False, _float_tol=(1e-07, 1e-09))#
Supported by:
ANAFI Ai:

with an up to date firmware

command message olympe.messages.developer.Command.EnableShell(public_key, _timeout=10, _no_expect=False, _float_tol=(1e-07, 1e-09))#
Parameters:

public_key (string) – ADB public key, a base 64 encoded RSA key in the format expected by ADB(i.e the content of $HOME/.android/adbkey.pub)

Supported by:
ANAFI Ai:

with an up to date firmware

command message olympe.messages.developer.Command.GetState(_timeout=10, _no_expect=False, _float_tol=(1e-07, 1e-09))#
Supported by:
ANAFI Ai:

with an up to date firmware

message olympe.messages.developer.Event.AirSdkLog(enabled=None, _float_tol=(1e-07, 1e-09))#
Parameters:

enabled (bool) –

message olympe.messages.developer.Event.Shell(enabled=None, public_key=None, _float_tol=(1e-07, 1e-09))#
Parameters:
  • enabled (bool) –

  • public_key (string) – ADB public key, a base 64 encoded RSA key in the format expected by ADB (i.e the content of $HOME/.android/adbkey.pub)

event message olympe.messages.developer.Event.State(shell=None, airsdklog=None, _policy='check_wait', _float_tol=(1e-07, 1e-09))#
Parameters:
Supported by:
ANAFI Ai:

with an up to date firmware