OnvifGetStatusPtzCommand constructor

OnvifGetStatusPtzCommand()

Implementation

OnvifGetStatusPtzCommand() {
  argParser.addOption(
    'profile-token',
    abbr: 't',
    valueHelp: 'token',
    mandatory: true,
    help:
        'A reference to the MediaProfile where the PTZStatus should be requested.',
  );
}