pi-remote-control/extensions/remote-control/server/routes/stream.ts

7 lines
263 B
TypeScript

// LEGACY placeholder — to be filled in by T-1.5 (stream + binary stream + sequence)
import type { Express } from "express";
export function registerStreamRoutes(_app: Express): void {
// TODO T-1.5: S-02 binary stream, S-04 sequence resume, S-05 snapshot
}