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");