MCPcopy
hub / github.com/cpaczek/skylight / manualTarget

Method manualTarget

tracker/src/loop.ts:243–248  ·  view source on GitHub ↗
(hex: string | null)

Source from the content-addressed store, hash-verified

241 }
242
243 manualTarget(hex: string | null): void {
244 this.manualHex = hex;
245 this.current = hex ? { hex, sinceMs: Date.now() } : null;
246 this.resetSetpoint();
247 this.recorder.write("manualTarget", { hex });
248 }
249
250 jog(pan: number, tilt: number, zoom: number): void {
251 if (this.mode === "auto") this.setMode("manual");

Callers 1

onMessageMethod · 0.80

Calls 2

resetSetpointMethod · 0.95
writeMethod · 0.80

Tested by

no test coverage detected