AddElevatorOutputDownstreamAsync

Adds an elevator output downstream connection to a reader Returns (Task)

Add next Elevator Output downstream to designated Elevator Downstream. (floor reader)

Name Description
reader The reader to connect the elevator output to
downstream The downstream device for elevator control
elevatorOutputMeta The elevator output metadata (RelayNumber, RelayTimeMin, RelayTimeMax)

Add Elevator Output Downstream Async

Example in C#

// Returns: nothing
await client.AddElevatorOutputDownstreamAsync(MercuryReaderInfo reader, MercuryDownstreamInfo downstream, ElevatorOutputMeta elevatorOutputMeta);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/downstream/DOWNSTREAM.KEY/connections/ElevatorOutputDownstream?isOneToOne=True&relatedKey=ELEVATOROUTPUTDOWNSTREAM.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '{"$type":"System.Byte[], mscorlib","$value":"OgAAABBSZWxheU51bWJlcgABAAAAEFJlbGF5VGltZU1pbgAAAAAAEFJlbGF5VGltZU1heAAAAAAAAA=="}'