supportedCommands method

Future<HyperDeckResponse> supportedCommands()

Lists the commands supported by the device.

Implementation

Future<HyperDeckResponse> supportedCommands() =>
    send(HyperDeckCommand.commands);