Ankündigung

Einklappen
Keine Ankündigung bisher.

Temperature in the "Room_Menu"?

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Temperature in the "Room_Menu"?

    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:
    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') }}
    This part i'm a bit confised of what means??

    #2
    Zitat von Rasmus7700 Beitrag anzeigen
    This part i'm a bit confised of what means??
    Hi,

    please see attachment
    the temperature value is advertise in the right of the line
    Angehängte Dateien
    Meine Installation: VM Debian Buster SH NG 1.8.1, SmartVISU 3.0, KNX, DMX, 1-wire, Fortigate 30E IPS, VMware vSphere 6.7

    Kommentar


      #3
      Yes i know that makes the thing to the right....

      But is there any kind of syntax for what and how?

      Kommentar


        #4
        Basic.float display the temperature. The basic.symbol display the state of the heater. The br between is HTML Code to force a line break

        Gesendet von meinem GT-I9100 mit Tapatalk

        Kommentar


          #5
          Arhh oki Thanks

          Kommentar

          Lädt...
          X