{% args info,devices, plugins, controllers %}
ID | Name | Device | Dx Pin | Controller | Cntr.ID | Values | Enabled | {% for device in devices %} {% if device['id'] != 0 %} | |
---|---|---|---|---|---|---|---|---|---|
Edit | {{device['id']}} | {{device['name']}} | {% for plugin in plugins %} {% if plugin['id'] == device['pluginid'] %} {{plugin['name']}} {% endif %} {% endfor %} | {{device['dxpin']}} | {% for controller in controllers %} {% if controller['id'] == device['controller'] %} {{controller['protocol']}} {% endif %} {% endfor %} | {{device['controllerid']}} | {{device['values']}} | {% if device['enable'] == 'on' %}Yes{% else %}No{% endif %} | Del {% endif %} {% endfor %} |
Add |