Skip to content

Commit

Permalink
Fix names of FTSD/FTSU
Browse files Browse the repository at this point in the history
  • Loading branch information
clvLabs committed Aug 17, 2022
1 parent 65a6318 commit 67bf8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyATEMMax/ATEMProtocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ class ATEMProtocol:
'LOCK': 'Set Lock State',
'FTDE': 'Data Transfer Error',
'FTUA': 'Data Transfer Ack',
'FTSD': 'Data Transfer to Switcher',
'FTSU': 'Data Transfer Request',
'RXMS': 'HyperDeck Settings Get',

# These commands are not really unknown,
Expand Down Expand Up @@ -234,8 +236,6 @@ class ATEMProtocol:
'FTDa': 'Not implemented: Data Transfer Data',
'FTDC': 'Not implemented: Data Transfer Completed',
'FTFD': 'Not implemented: Data File Description',
'FTSD': 'Not implemented: Data Transfer to Switcher',
'FTSU': 'Not implemented: Data Transfer Request',
'InCm': 'Not implemented: Initialization Completed',
'MAct': 'Not implemented: Macro Action',
'MMOP': 'Not implemented: MMOP',
Expand Down

0 comments on commit 67bf8ba

Please sign in to comment.