Service: Recovery

This API is officially released and maintained.

This service allows getting the state of the recovery mode. If the recovery mode was entered due to exceeding the allowed boot attempts, a normal boot can be attempted again.

Table 1. Available methods
Method Request Response

Get

google.protobuf.Empty

RecoveryGetResponse

AttemptBoot

google.protobuf.Empty

google.protobuf.Empty

Get

Get the state of the recovery mode.

Response

Response containing the recovery state

Table 2. Available fields in blickfeld.hardware.services.RecoveryGetResponse
Field Type Default Unit

recovery

data.Recovery

-

-

The cause for entering recovery mode

AttemptBoot

Reset the flags and reboot the device.