Hello.
I've seen in an example, that it's possible to create a temperature field to the right of the room name in "Room_menu".
Could someone please explain this code:
This part i'm a bit confised of what means??
I've seen in an example, that it's possible to create a temperature field to the right of the room name in "Room_menu".
Could someone please explain this code:
Code:
<li data-icon="false"> <a href="index.php?page=room_outside"> <img class="icon"' src='{{ icon0 }}scene_summerhouse.png'/> <h3>Udvendigt</h3> <div class="ui-li-aside"> {{ basic.float('sleep_temp', 'og.sleep.heating', '°') }} <br /> {{ basic.symbol('sleep_heating', 'og.sleep.heating.state', '', icon1~'sani_heating.png') }} </div> </a> </li>
Code:
{{ basic.float('sleep_temp', 'og.sleep.heating', '°') }} <br /> {{ basic.symbol('sleep_heating', 'og.sleep.heating.state', '', icon1~'sani_heating.png') }}
Kommentar