From 1d3ab63f60db3996af28e024486ea17a24628e36 Mon Sep 17 00:00:00 2001 From: bloomkd46 <75853497+bloomkd46@users.noreply.github.com> Date: Sat, 10 Sep 2022 15:53:53 -0700 Subject: [PATCH] Update index.html --- homebridge-ui/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homebridge-ui/public/index.html b/homebridge-ui/public/index.html index 02f732a..5f976bd 100644 --- a/homebridge-ui/public/index.html +++ b/homebridge-ui/public/index.html @@ -133,7 +133,7 @@ deviceHTML += ` ${key} -
${JSON.stringify(device.context.device[key], null, 1).split('\n').join('
')}
+
${JSON.stringify(device.context.device[key], null, 1)}
`; }); document.getElementById('deviceDetailsTable').innerHTML = deviceHTML;