You will need to add the following to /lib
:
* Crestron.DeviceDrivers.API.dll
* CrestronCertifiedDriverResourcesLibrary.dll
* RADCommon.dll
* RADDisplay.dll
- Is there an event post-load for receiving
DefaultUserame
andDefaultPassword
, or is passing it into the protocol'sInitialize
method a good way to handle it? - I didn't have a hostname to test with. Does the Tcp2 code look correct?
- I don't like faking feedback unless the device is truly one-way. Is overriding
FakeFeedbackForStandardCommand
the right way to handle this?
- I wanted to support power toggle so I overrode (overrided?)
Power()
but that somehow screwed up polling. The polling commands were hittingValidateResponse
with a completely differentCommonCommandGroupType
. Any possible reason? - A Mute On or Mute Off command will cause, during the next polling cycle, the polling command to be double prepared. Also, any reason?