selectSlot static method
Implementation
static Future<HyperDeckResponse> selectSlot(
{int? slotId, String? device, String? videoFormat}) =>
command('slot select',
{'slot id': slotId, 'device': device, 'video format': videoFormat});