UpdateAcreIntrusionOutputStatusAsync

Updates the status of an ACRE intrusion output. Returns (Task)

Overview of UpdateAcreIntrusionOutputStatusAsync goes here.

Name Description
AcreIntrusionOutput The ACRE intrusion output to update
isSet Whether the output should be set (true) or cleared (false)

Update Acre Intrusion Output Status Async

Example in C#

// Returns: nothing
await client.UpdateAcreIntrusionOutputStatusAsync(AcreIntrusionOutputInfo AcreIntrusionOutput, Boolean isSet);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/acreintrusionpanels/PANEL.KEY/acreintrusionOutputs/OUTPUT.KEY/status \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d 'true'