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 18 19 20 21 22 23class EraseStorage(smpz.EraseStorageRequest, _GroupBase): """Erase the storage area. """ _Response = smpz.EraseStorageResponse _Response = smpz.EraseStorageResponse