Enable Sounds on the Clock+

Clocks Guide

Version
R2024.2.0
Enable Sounds on the Clock+

You can enable sounds for certain actions on the Clock+. To do so, update the config file as follows:

<sounds>
<!-- sound volume ranges from 0 to 100 (percentage) -->
<sound type="keypad" volume="100" />
<sound type="accepted" volume="100" />
<sound type="rejected" volume="100" />
</sounds>

In the following example config file, the administrator configured the Clock+ to make a quiet sound when users select the keypad, a loud sound when a clock entry is rejected, and no sound when a clock entry is accepted:

<sounds>
<!-- sound volume ranges from 0 to 100 (percentage) -->
<sound type="keypad" volume="30" />
<sound type="accepted" volume="0" />
<sound type="rejected" volume="100" />
</sounds>