nasSelect method

Future<HyperDeckResponse> nasSelect(
  1. String url
)

Selects the NAS location at url.

Implementation

Future<HyperDeckResponse> nasSelect(String url) =>
    multilineCommand('nas select', {'url': url});