UpdateAcreIntrusionPanelLastNetworkEventAsync

Updates the last network event timestamp for an ACRE intrusion panel. Returns (Task)

Overview of UpdateAcreIntrusionPanelLastNetworkEventAsync goes here.

Name Description
acreIntrusionPanel The ACRE intrusion panel to update

Update Acre Intrusion Panel Last Network Event Async

Example in C#

// Returns: nothing
await client.UpdateAcreIntrusionPanelLastNetworkEventAsync(AcreIntrusionPanelInfo acreIntrusionPanel);

Example in CURL



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