#DA62 Windshield Defrost
1 messages · Page 1 of 1 (latest)
Use the input events dialog to look up what the switch does instead of the XML?
There's nothing in input events for it?
I think you did not uncheck Minimize and Pressed reload
Here is the input event entry for the default DA62. I suppose it is the same.
there is a timer handled with O: vars that we can't execute from outside.
when the windshield deice button is pressed, the system is turned on, and the timer started. This update code, will check the timer and turn the system off when the timer expires
I think you will need to reproduce the timer structure with your own custom Lvars.
This is not very difficult, but requires setting one input config for the momentary button that starts the timer, and one output config for the timer handler.