[Plugin] WOL-PowerManager (1 Viewer)

Helios61

Retired Team Member
  • Premium Supporter
  • January 30, 2008
    4,587
    873
    62
    NRW
    Home Country
    Germany Germany
    For me unfortuanately the red button doesn't work. Could anybody please give me a hint, what am i doing wrong?
    13-19-36.jpg

    Best regards
    Helios
     
    Last edited:

    allanp81

    Portal Pro
    October 24, 2006
    917
    41
    I'm interested to know why I can't get the green or red buttons working either.

    I've got it to show the server name successfully but how do I check if it's even picking up the server correctly?

    This is the code I added to common.time.xml:

    <!-- ******************************************************************************************* -->
    <!-- ****************************** WOLPowerManager Section ******************************** -->
    <!-- ******************************************************************************************* -->

    <control>
    <description>GROUP: WOLPowerManager</description>
    <type>group</type>
    <dimColor>0xffffffff</dimColor>
    <visible>plugin.isenabled(WOL-PowerManager) + string.contains(#WOLPowerManager.IntervalState,true)</visible>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <control>
    <description>GROUP: Server0</description>
    <type>group</type>
    <visible>!string.contains(#WOLPowerManager.Servername0,WOLPowerManager.Servername0)</visible>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <control>
    <description>Server0</description>
    <type>label</type>
    <id>101234</id>
    <align>right</align>
    <posX>1845</posX>
    <posY>130</posY>
    <font>TitanLight12</font>
    <textcolor>ffffff</textcolor>
    <label>TV Server</label>
    </control>
    <control>
    <description>GreenButton</description>
    <type>image</type>
    <visible>string.contains(#WOLPowerManager.Servername0,online)</visible>
    <posX>1785</posX>
    <posY>130</posY>
    <width>20</width>
    <height>20</height>
    <texture>osd_is_recording.png</texture>
    </control>
    <control>
    <description>RedButton</description>
    <type>image</type>
    <visible>string.contains(#WOLPowerManager.Servername0,offline)</visible>
    <posX>1785</posX>
    <posY>130</posY>
    <width>20</width>
    <height>20</height>
    <texture>osd_is_recording.png</texture>
    </control>
    </control>
    </control>
     
    Last edited:

    Users who are viewing this thread

    Top Bottom