From da5db8bc280deab0e2081f39d2f32aabb2372afe Mon Sep 17 00:00:00 2001 From: Evgeny Sorokin Date: Tue, 16 Jan 2024 02:05:00 +0300 Subject: wip --- web/kbn_templates/modem_data.j2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 web/kbn_templates/modem_data.j2 (limited to 'web/kbn_templates/modem_data.j2') diff --git a/web/kbn_templates/modem_data.j2 b/web/kbn_templates/modem_data.j2 new file mode 100644 index 0000000..7f97b77 --- /dev/null +++ b/web/kbn_templates/modem_data.j2 @@ -0,0 +1,13 @@ +{% with level=modem_data.level %} + Сигнал: {% include 'signal_level.j2' %}
+{% endwith %} + +Тип сети: {{ modem_data.type }}
+RSSI: {{ modem_data.rssi }}
+{% if modem_data.sinr %} +SINR: {{ modem_data.sinr }}
+{% endif %} +Время соединения: {{ modem_data.connected_time }}
+Принято/передано: {{ modem_data.downloaded }} / {{ modem_data.uploaded }} +
+Подробная информация -- cgit v1.2.3