Details: Changes setting to the lock for credentials. Below shows the Beeper Enable option. This option allows the user to turn on/off the beeper when using a credential to unlock/lock.
For more detailed information on reader settings, refer to the ENGAGE - SAM API Integration document.
To change reader settings: @app.route('{{gatewayIP}}/edgeDevices/{{linkId}}/database', methods=['PUT'])
{
"config": {
"bprEn": "T"
}
}