Updates the last poll timestamp for an ACRE intrusion panel. Returns (Task)
Overview of UpdateAcreIntrusionPanelLastPollAsync goes here.
| Name | Description |
|---|---|
| acreIntrusionPanel | The ACRE intrusion panel to update |
Example in C#
// Returns: nothing
await client.UpdateAcreIntrusionPanelLastPollAsync(AcreIntrusionPanelInfo acreIntrusionPanel);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/acreintrusionpanels/PANEL.KEY/lastpoll \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '""'