Not sure why the following edit to the joystick.lua for the FA-18C is not working:
{ down = fuel_commands.DumpSw, up = fuel_commands.DumpSw, cockpit_device_id = devices.FUEL_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Fuel Dump Switch - ON/OFF'), category = {_('Left Console'), _('Fuel Control Panel')}},
Is anyone able to get the fuel dump switch to work as a 2-pos switch?