Automation Icon fix
This commit is contained in:
parent
9ae039a4b5
commit
517a5863ce
@ -6,7 +6,8 @@
|
|||||||
<h5 class="fa">
|
<h5 class="fa">
|
||||||
<?php
|
<?php
|
||||||
//echo $AUTOMATIONDATA['ifSomething'];
|
//echo $AUTOMATIONDATA['ifSomething'];
|
||||||
switch ($AUTOMATIONDATA['ifSomething']) {
|
$ifCode = json_decode($AUTOMATIONDATA['ifSomething']);
|
||||||
|
switch ($ifCode->type) {
|
||||||
case 'sunSet':
|
case 'sunSet':
|
||||||
echo'';
|
echo'';
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user