PepperDash / Essentials

The Essentials Application Framework Libraries
MIT License
133 stars 77 forks source link

Add support for Crestron AM3200 #1075

Closed andrew-welker closed 1 year ago

andrew-welker commented 1 year ago

In order to add support for AM3200 devices, the base class used for the AirMedia in the AirMedia controller class needed to be updated to use the Am3x00 base class instead of the AmX00 base class.

Adding support for the AM3100 is more complicated, as the Crestron class has a different inheritance chain the other AM models (AM200, AM300, AM3200).