From a198aae20a35371cdb1181aba13abab1b3012f53 Mon Sep 17 00:00:00 2001 From: Anton Franzluebbers Date: Thu, 23 Jun 2022 23:13:10 -0400 Subject: [PATCH] added pairing code to ui --- velconnect/templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/velconnect/templates/index.html b/velconnect/templates/index.html index 8d6b095..2fc3ebf 100644 --- a/velconnect/templates/index.html +++ b/velconnect/templates/index.html @@ -54,6 +54,9 @@ alt="Avatar">
Headset Info
---
+
+
Pairing Code:
+
---
@@ -157,6 +160,7 @@ } writeClass('hw_id', respData['user']['hw_id']); + writeClass('pairing_code', respData['user']['pairing_code']); writeValue('current_room', respData['user']['current_room']); writeClass('date_created', respData['user']['date_created'] + "
" + timeSinceString(respData['user']['date_created']) + " ago"); writeClass('last_used', respData['user']['last_used'] + "
" + timeSinceString(respData['user']['last_used']) + " ago");