slotUnblock method
Unblocks slots matching the supplied protocol parameters.
Implementation
Future<HyperDeckResponse> slotUnblock(
[Map<String, Object?> parameters = const {}]) =>
command('slot unblock', parameters);
Unblocks slots matching the supplied protocol parameters.
Future<HyperDeckResponse> slotUnblock(
[Map<String, Object?> parameters = const {}]) =>
command('slot unblock', parameters);