Premise Is there any problem with changing the Bindable property on HWI_Button.ForceLED?

Motorola Premise

ckindel

Member
I need to bind to HWI_Button.ForceLED (Lutron Homeworks driver).

The driver does not have Bindable set for this property.

I have my own Keypad Button class that has a LED property and it would be so simple to just change Bindable on the HWI_Button class than try to implement property mapping.

I know if I re-install it will get reset, but why else would this be bad?
 
I was hoping one of the more seasoned Premise users (I'm far less experienced than you let alone other users on here) would chime in, but in case they don't here's what I know:

Changing the HWI_Button class to bindable sounds fine to do. I know I've set the virtual property for the X10 keypad class before so that I can initialize a keypad from it under Home. Of course, since the X10 stuff is native, the virtual property reset upon a restart of the SYS service (I don't think HWI_Button is a native class). You may have to go into the binding properties from the home object and manually bind the two properties (I'm not sure though).
 
Back
Top