Adds LED configurations to a controller. Returns (Task)
Overview of AddLedConfigurationsToControllerAsync goes here.
| Name | Description |
|---|---|
| controller | The controller to add LED configurations to |
| ledConfigurations | The LED configuration to add |
Example in C#
// Returns: nothing
await client.AddLedConfigurationsToControllerAsync(ControllerInfo controller, LedConfigurationInfo ledConfigurations);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/cardformats \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '"/api/f/INSTANCE.KEY/cardformats/CARDFORMAT.KEY"'