deviceInfo method

Future<HyperDeckResponse> deviceInfo()

Requests device information.

Implementation

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