OnvifGetPresetToursPtzCommand constructor

OnvifGetPresetToursPtzCommand()

Implementation

OnvifGetPresetToursPtzCommand() {
  argParser.addOption(
    'profile-token',
    abbr: 't',
    valueHelp: 'token',
    mandatory: true,
    help:
        'A reference to the MediaProfile where the operation should take place.',
  );
}