Slave Connection Configure slave targets for robot {robot?.id} {#if robot}
Slave Status
{robot.connectedSlaves.length} / {robot.slaves.length} Connected
Connection Options
{#if robot.slaves.length > 0}

Connected Slaves:

{#each robot.slaves as slave}
{slave.name} {slave.id.slice(0, 8)}
{/each}
{/if}
Slaves are output targets. Multiple can be connected simultaneously.
{/if}
{#if showRobotSelectionModal} Select Server Robot Choose which server robot to connect as a slave target
This will connect your local robot "{robot?.id}" as a slave to receive commands from the selected server robot.
{/if}