nasSelect method
Selects the NAS location at url.
Implementation
Future<HyperDeckResponse> nasSelect(String url) =>
multilineCommand('nas select', {'url': url});
Selects the NAS location at url.
Future<HyperDeckResponse> nasSelect(String url) =>
multilineCommand('nas select', {'url': url});