@mega-yfue/eufy-sdk / ParamValue
Type Alias: ParamValue
ts
type ParamValue = boolean | number | string | Record<string, unknown> | unknown[];A decoded property value. Most params are scalar, but some carry a structured payload that the device delivers encoded (base64-wrapped JSON, or a JSON string) — e.g. motion-detection zones, privacy zones, guard-mode configs. Those are decoded to the object/array form.