Zamok Kiosk API
    Preparing search index...

    Variable executePTCommandConst

    executePTCommand: PayloadAC<
        "EXECUTE_PT_COMMAND",
        {
            command: | "stop"
            | "left"
            | "right"
            | "reset"
            | "down"
            | "up"
            | "upLeft"
            | "upRight"
            | "downLeft"
            | "downRight"
            | "home"
            | "camPanTiltPosInq";
        },
    > = ...