jog method

Future<HyperDeckResponse> jog(
  1. String timecode
)

Jogs the transport to timecode.

Implementation

Future<HyperDeckResponse> jog(String timecode) =>
    command('jog', {'timecode': timecode});