AddNextInputDownstreamAsync

Adds a next input downstream connection in a daisy chain configuration. Returns (Task)

Add next Input downstream to designated Downstream.

Name Description
target The target downstream device
nextDownstream The next input downstream to connect in the daisy chain

Add Next Input Downstream Async

Example in C#

// Returns: nothing
await client.AddNextInputDownstreamAsync(MercuryDownstreamInfo target, MercuryDownstreamInfo nextDownstream);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/downstream/DOWNSTREAM.KEY/connections/NextInputDownstream?isOneToOne=True&relatedKey=NEXTINPUTDOWNSTREAM.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d 'null'