Changed type to show configuration class

This commit is contained in:
Ziver Koc 2022-05-20 11:58:59 +02:00
parent e88250196e
commit a8fe102bb8
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
</thead>
<tr>
<th class="text-right">Type:</th>
<td>{{event.getDeviceData().getClass().getSimpleName()}}</td>
<td>{{event.getDeviceConfig().getClass().getSimpleName()}}</td>
</tr>
<tr>
<th class="text-right">Owner:</th>

View file

@ -28,7 +28,7 @@
</thead>
<tr>
<th class="text-right">Type:</th>
<td>{{sensor.getDeviceData().getClass().getSimpleName()}}</td>
<td>{{sensor.getDeviceConfig().getClass().getSimpleName()}}</td>
</tr>
<tr>
<th class="text-right">Public:</th>