added switch tile and corresponding condition

This commit is contained in:
Stephan Richter
2021-02-10 13:22:56 +01:00
parent 3cd6df931d
commit 8ffbbf1109
8 changed files with 284 additions and 1 deletions

5
resources/svg/Switch.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg width="100" height="100" viewbox="0 0 100 100" class="%state%">
<rect x="5" y="20" width="90" height="60" />
<rect x="45" y="20" width="50" height="60" class="enabled" />
<rect x="5" y="20" width="50" height="60" class="disabled" />
</svg>

After

Width:  |  Height:  |  Size: 247 B