From 59ba04441ce3d762839fa609878e9f700bff820a Mon Sep 17 00:00:00 2001 From: Joshua Dwyer Date: Wed, 29 Apr 2026 07:06:41 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 11ced6a..873174b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # Portal +## Admin page +![admin page](/Images/admin.png) + +## Devices +![devices page](/Images/devices.png) + +## Device details +![device details page](/Images/device_detail.png) + +## Device ports +![device ports page](/Images/ports.png) + +## Sensors +![sensors page](/Images/sensors.png) + - A customer-facing web portal for lease operators to view their devices, see live status, issue commands, run calibrations, and view historical and SIM-usage data. - Proper multi-user authentication with per-customer data isolation enforced server-side. - Real-time UI: device state changes reflected in under a second.