shortHelp method

Future<HyperDeckResponse> shortHelp()

Requests abbreviated command help.

Implementation

Future<HyperDeckResponse> shortHelp() => send(HyperDeckCommand.shortHelp);