Hello! help please adjust the switch to two positions up and down. bf-109
Stick Buttons --------------------------------------------------------------------------
-- Trigger Buttons
{ down = device_commands.Button_74, cockpit_device_id = devices.FUSEBOX, value_down = 1.0, name = _('Input.Bf109K4.safety'), category = _('Stick')},
{ down = iCommandPlaneFire, up = iCommandPlaneFireOff, name = _('Input.Bf109K4.trigger_a'), category = _('Stick')},
{ down = iCommandPlanePickleOn, up = iCommandPlanePickleOff, name = _('Input.Bf109K4.trigger_b1'), category = _('Stick')},
{ down = device_commands.Button_53, up = device_commands.Button_53, cockpit_device_id = devices.FUSEBOX, value_down = 1.0, value_up = 0.0, name = _('Input.Bf109K4.trigger_b2'), category = _('Stick')},
{ down = device_commands.Button_54, up = device_commands.Button_54, cockpit_device_id = devices.FUSEBOX, value_down = 1.0, value_up = 0.0, name = _('Input.Bf109K4.trigger_t'), category = _('Stick')},
-- Charge Button
{ down = device_commands.Button_55, up = device_commands.Button_55, cockpit_device_id = devices.FUSEBOX, value_down = 1.0, value_up = 0.0, name = _('Input.Bf109K4.trigger_d'), category = _('Stick')},