Gateway running since: {{ start_time }}
{% for plc_name, areas in summary.items() %} {% set plc_status = plc_statuses.get(plc_name, "unknown") %} {% set plc_class = { 'connected': 'plc-connected', 'disconnected': 'plc-disconnected' }.get(plc_status, 'plc-never-connected') %}| Area Name | Type | Size (bytes) | Status | PLC Connection | Last Update |
|---|---|---|---|---|---|
| {{area_name}} | {{area['type']}} | {{area['size']}} | {{status_text}} | {{area['plc_connection_status']}} | {{area['last_update']}} |
View detailed API documentation - Full description of all API endpoints
Edit configuration - Modify PLC connections and data areas