Alarm.Fire protection.Linkage
-
{% for message in messages %}
- {{ message }} {% endfor %}
| Controller# | SN | Doors | Duress password | Door not closed | Forced intrusion | Invalid swipe | Operation |
|---|---|---|---|---|---|---|---|
| {{ con.f_ControllerNO }} | {{ con.f_ControllerSN }} | {{ con.f_DoorsNames }} | {{ con.f_ForceWarn }} {% if con.f_ForceWarn %} {% else %} {# #} {% endif %} | {{ con.f_DoorOpenTooLong }} {% if con.f_DoorOpenTooLong %} {% else %} {# #} {% endif %} | {{ con.f_DoorInvalidOpen }} {% if con.f_DoorInvalidOpen %} {% else %} {# #} {% endif %} | {{ con.f_InvalidCardWarn }} {% if con.f_InvalidCardWarn %} {% else %} {# #} {% endif %} |
{# #}
{# #}
|