Working NVR plugin

This commit is contained in:
Ziver Koc 2022-05-20 13:04:23 +02:00
parent 3a278b0ca6
commit 2501831a59
15 changed files with 268 additions and 57 deletions

View file

@ -9,15 +9,11 @@
<thead>
<th class="col-md-4">Name</th>
<th class="col-md-3">Type</th>
<th class="col-md-2">Data</th>
<th class="col-md-2">Last Update</th>
</thead>
{{#cameras}}
<tr>
<td><a href="?id={{.getId()}}">{{.getName()}}</a></td>
<td>{{.getDeviceConfig().getClass().getSimpleName()}}</td>
<td>{{.getDeviceData()}}</td>
<td><span class="timestamp">{{.getDeviceData().getTimestamp()}}</span></td>
</tr>
{{/cameras}}
</table>