Properties rework, States, StatesDefinitions, DeviceLog, and Notes #37

Open
rskthomas wants to merge 104 commits from feature/states into main
Showing only changes of commit ce5b14d306 - Show all commits

View file

@ -47,7 +47,6 @@
</thead> </thead>
{% for snap in object.properties %} {% for snap in object.properties %}
<tbody> <tbody>
{% if snap.type == 0 %}
<tr> <tr>
<td> <td>
{{ snap.key }} {{ snap.key }}
@ -63,7 +62,6 @@
</small> </small>
</td> </td>
</tr> </tr>
{% endif %}
</tbody> </tbody>
{% endfor %} {% endfor %}
</table> </table>