nasDeselect method

Future<HyperDeckResponse> nasDeselect()

Deselects the active NAS location.

Implementation

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