AbstractDevice was not loading latest DeviceData at startup
This commit is contained in:
parent
3cb72a1d17
commit
889f9fc85f
4 changed files with 15 additions and 15 deletions
|
|
@ -15,7 +15,7 @@
|
|||
{{#sensors}}
|
||||
<tr>
|
||||
<td><a href="?id={{.getId()}}">{{.getName()}}</a></td>
|
||||
<td>{{.getDeviceData().getClass().getSimpleName()}}</td>
|
||||
<td>{{.getDeviceConfig().getClass().getSimpleName()}}</td>
|
||||
<td>{{.getDeviceData()}}</td>
|
||||
<td><span class="timestamp">{{.getDeviceData().getTimestamp()}}</span></td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue