jog method
Jogs the transport to timecode.
Implementation
Future<HyperDeckResponse> jog(String timecode) =>
command('jog', {'timecode': timecode});
Jogs the transport to timecode.
Future<HyperDeckResponse> jog(String timecode) =>
command('jog', {'timecode': timecode});