Skip to content

@mega-yfue/eufy-sdk / PtzDirection

Variable: PtzDirection

ts
const PtzDirection: object;

Rotate direction. PtzDirection is both the const value-object (PtzDirection.left) and the union type of its values, so callers use the named constant: rotate(PtzDirection.left).

Type Declaration

down

ts
readonly down: "down" = "down";

Tilt down (one step).

left

ts
readonly left: "left" = "left";

Pan left (one step).

ts
readonly right: "right" = "right";

Pan right (one step).

up

ts
readonly up: "up" = "up";

Tilt up (one step).

Independent and unofficial. Not affiliated with, endorsed by, or sponsored by Anker Innovations, Anker eufy, or eufy. "Anker eufy", "eufy" and "Anker" are trademarks of their respective owners. Use responsibly — rapid or failed logins can trigger captcha or temporary cooldowns.