AddNextOutputDownstreamAsync

Adds a next output downstream connection Returns (Task)

Add next Output downstream to designated Downstream.

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

Add Next Output Downstream Async

Example in C#

// Returns: nothing
await client.AddNextOutputDownstreamAsync(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/NextOutputDownstream?isOneToOne=True&relatedKey=NEXTOUTPUTDOWNSTREAM.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d 'null'