Jump to content

Advanced commands (lua)


npole

Recommended Posts

Hi everyone, is there a way to bind a direct panel command to two different device ids?

 

In example, this is the original line:

 

{down = 3506, up = 3506, cockpit_device_id = 11, value_down = 1, value_up = 0, name = _('Command'), category = _('Sensors')},

 

The above will assign the values 1 and 0 to the same switch on the same panel.

Is there a way to do the same but on different panels?

 

In example something like this:

 

{down = 3506, up = 3002, cockpit_device_id_down = 11, cockpit_device_id_up = 10, value_down = 1, value_up = 1, name = _('Command'), category = _('Sensors')},

 

...any work around?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...