{{ getOption("timerName") }}
{% if ConfigFile == -1 %}

{{ __('The config.json file is invalid. Falling back to default configuration.') | safe }}

{{ __('To ensure your config.json file is valid JSON format, consider using a validator such as JSONLint.') | safe }}

{% elif ConfigFile == 0 %}

{{ __('No configuration file was loaded. Falling back to default configuration.') | safe }}

{{ __('Copy server/config-dist.json to server/config.json and then update settings for your server port number, admin username/password, and LED configuration.') | safe }}

{% endif %}

{{ __('Frequency Setup') }}

{{ __('Stores frequency settings and sensor tuning values.') }}

{{ __('Preset') }}:
{% for node in range(num_nodes) %}

{% endfor %}

{{ __('Sensor Tuning') }}

  • {{ __('RSSI') }}
  • {{ __('EnterAt') }}
  • {{ __('ExitAt') }}
{% for node in range(num_nodes) %}

{{ __('Node') }} {{ node + 1 }}

{{ __('Clear') }}
{{ __('RSSI') }}
{{ __('NodePeak') }}
{{ __('NodeNadir') }}
{{ __('PassPeak') }}
{{ __('PassNadir') }}
{{ __('PassCount') }}
{% endfor %}

{{ __("Tuning Parameters") }}

{{ __('Audio Control') }}

{{ __('Audio settings apply to this device only.') }}

  1. {{ __('Indicator Beeps') }}
  2. {{ __('Volume') }}:

{% if led_enabled %}

{{ __('LED Events') }}

{{ __('LED Control') }}

  1. {{ __('Level') }}:

{% endif %}

{{ __('System') }}