Problem/Opportunity
The specified keys (‘INPUT’, ‘OPTIONS’, ‘NETFLIX’, ‘PRIME_VIDEO’, ‘PEACOCK’, ‘DISNEY’) are missing in rcCodes.py, causing a KeyError while testing the Remote. We need to include rcCodes for these keys to ensure verification.
Proposed Solution
‘INPUT’, ‘OPTIONS’, ‘NETFLIX’, ‘PRIME_VIDEO’, ‘PEACOCK’, ‘DISNEY’ needs to be added in the rcCodes.py.
Acceptance Criteria (Optional)
‘INPUT’, ‘OPTIONS’, ‘NETFLIX’, ‘PRIME_VIDEO’, ‘PEACOCK’, ‘DISNEY’ should support in rcCodes.py.
Additional Notes (Optional)
No response