Developer feature¶
- command message olympe.messages.developer.Command.AirSdkLog(enable=None, _timeout=10, _no_expect=False, _float_tol=(1e-07, 1e-09), _int_tol=0)¶
Parameters:
- enablebool
Enable Airsdk specific logging.This will log all missions.
- Supported by:
- ANAFI Ai:
with an up to date firmware
On success: Event.State()
- command message olympe.messages.developer.Command.DisableShell(_timeout=10, _no_expect=False, _float_tol=(1e-07, 1e-09), _int_tol=0)¶
- Supported by:
- ANAFI Ai:
with an up to date firmware
On success: Event.State()
- command message olympe.messages.developer.Command.EnableShell(public_key=None, _timeout=10, _no_expect=False, _float_tol=(1e-07, 1e-09), _int_tol=0)¶
Parameters:
- public_keystring
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
On success: Event.State()
- command message olympe.messages.developer.Command.GetState(_timeout=10, _no_expect=False, _float_tol=(1e-07, 1e-09), _int_tol=0)¶
- Supported by:
- ANAFI Ai:
with an up to date firmware
On success: Event.State()
- message olympe.messages.developer.Event.AirSdkLog(enabled=None, _float_tol=(1e-07, 1e-09), _int_tol=0)¶
Parameters:
enabled : bool
- message olympe.messages.developer.Event.Shell(enabled=None, public_key=None, _float_tol=(1e-07, 1e-09), _int_tol=0)¶
Parameters:
enabled : bool
- public_keystring
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), _int_tol=0)¶
Parameters:
shell :
olympe.messages.developer.Event.Shell()airsdklog :
olympe.messages.developer.Event.AirSdkLog()- Supported by:
- ANAFI Ai:
with an up to date firmware