slotUnblock method

Future<HyperDeckResponse> slotUnblock([
  1. Map<String, Object?> parameters = const {}
])

Unblocks slots matching the supplied protocol parameters.

Implementation

Future<HyperDeckResponse> slotUnblock(
        [Map<String, Object?> parameters = const {}]) =>
    command('slot unblock', parameters);