OnvifSetHomePositionPtzCommand constructor

OnvifSetHomePositionPtzCommand()

Implementation

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