diff --git a/index.html b/index.html index f9dac0a..1918a4a 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ {{ row.keyed }} {{ row.typeLabel }} {{ row.dateTime.format('hh:mm:ss MM/DD/YY') }} - {{ row.info }} + diff --git a/streamServer.php b/streamServer.php index 4a5d6c6..35fa176 100644 --- a/streamServer.php +++ b/streamServer.php @@ -128,7 +128,7 @@ class Stream foreach ($obj as $node => $v) { foreach ($v->remote_nodes as $remoteNode) { $via = intval($node); - $node = intval($remoteNode->node); + $node = $remoteNode->node; if ($this->isIgnored($node)) continue; // Capture previous keyed values @@ -160,4 +160,4 @@ class Stream } } } -} \ No newline at end of file +}