OnvifGetStatusImagingCommand constructor

OnvifGetStatusImagingCommand()

Implementation

OnvifGetStatusImagingCommand() {
  argParser.addOption(
    'video-source-token',
    abbr: 't',
    valueHelp: 'token',
    mandatory: true,
    help:
        'Reference token to the VideoSource where the imaging status should be requested.',
  );
}