Skip to content

Zephyr Management

Refer to the smp Zephyr Management documentation for a complete description of each Request and Response.

EraseStorage

Bases: EraseStorageRequest, _GroupBase

Erase the storage area.

Source code in smpclient/requests/zephyr_management.py
class EraseStorage(smpz.EraseStorageRequest, _GroupBase):
    """Erase the storage area.

    """
    _Response = smpz.EraseStorageResponse
    _Response = smpz.EraseStorageResponse