PDA

View Full Version : Changing the field name of an existing driver


sic0048
09-26-2010, 10:05 AM
I have several different TVs that I need to control. Two of the most used are from Sharp and LG. The Sharp driver uses the moniker "Inputs" as the name of the field used to change the input on the TV while the LG driver uses the moniker "Input".

I need to change one of these drivers to make sure the moniker matches across all drivers. This will make the action commands much easier in my templates.

Could someone walk me through the process of modifying an existing driver field name. I have to assume it is very easy, but I'm not sure how many places I would need to change the name in the driver code, etc, etc, etc.

Thanks!

Fonceur
09-26-2010, 10:18 AM
Just open up either and search for input. Ignore the name of any of the variable and just change the single instance where the field's name is defined. Then save and compile.