Merge branch 'master' of https://git.steelants.cz/JonatanRek/PHP_SMART_HOME_V3
This commit is contained in:
commit
1b76e1907d
@ -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