Resets the encryption key for an ACRE intrusion panel. Returns (Task)
Overview of ResetAcreIntrusionPanelEncKeyAsync goes here.
| Name | Description |
|---|---|
| acreIntrusionPanel | The ACRE intrusion panel to reset the encryption key for |
Example in C#
// Returns: nothing
await client.ResetAcreIntrusionPanelEncKeyAsync(AcreIntrusionPanelInfo acreIntrusionPanel);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/acreintrusionpanels/PANEL.KEY/resetenc \
-H 'Authorization: Bearer TOKEN_GOES_HERE'