Connection | +{% if p._config['host'] %}{{ p._config['host'] }}{{ _(':') }}{{ p._config['port'] }}{% else %}{{ p._config['serial_port'] }}{% endif %} | +Timeout | +{{ p._config['timeout'] }}s | +
Protokoll | +{{ p.protocol }} | +Baudrate | +{{ p._config['baudrate'] }} | +
{% if p.use_asyncio %}Verbunden{% else %}{{ '' }}{% endif %} | +{% if p.use_asyncio %}{% if p.connected %}{{ _('Ja') }}{% else %}{{ _('Nein') }}{% endif %}{% endif %} | +Abfrage | +{% if p.cycle %} {{ p.cycle }}s {% elif p.crontab %} {{ p.crontab }} {% elif p.use_asyncio %} {{ _('kontinuierlich') }} {% endif %} | +