eufy-mega / model/capabilities / StorageActions
Type Alias: StorageActions
ts
type StorageActions = object;Bound storage reads — the object returned by dev.storage(). Read-only.
Properties
free?
ts
readonly optional free?: number;Free storage in MB (property storageFree). UNVERIFIED placeholder id.
sdCard?
ts
readonly optional sdCard?: number;SD-card config/state (property sdCard). UNVERIFIED placeholder id.
total?
ts
readonly optional total?: number;Total storage in MB (property storageTotal). UNVERIFIED placeholder id.