eufy-mega / model/capabilities / PtzPreset
Type Alias: PtzPreset
ts
type PtzPreset = object;One stored PTZ preset, as returned by PtzPresetActions.list. Shape follows the app's query_preset_positions reply points[]; fields beyond id vary by model, so the raw entry is preserved.
Properties
id
ts
id: number;The preset id used by PtzPresetActions.goto / PtzPresetActions.delete.
raw
ts
raw: Record<string, unknown>;The raw reply entry, for fields (name/thumbnail/coordinates) that vary by model.