Hirdetés

Hirdetés

Új hozzászólás Aktív témák

  • RCH

    tag

    válasz DeathAdder #3538 üzenetére

    Itt van egy másik megfejtés:

    Setup a profile with 2 contexts.

    1. Wifi Connected (enter your home SSID)
    2. Time context (Uncheck the "Start" and "End" boxes and check the "Repeat"
    boxes set this value to 5 Minutes Or however often you want it to check the
    signal strength)

    In the tasks for this profile do the following three steps to pull out just
    the signal strength value. At the end of these steps the variable %WIFISIG
    will contain a numeric value of the signal strength.

    A1: Variable Set [ Name:%wifiinfo To:%WIFII Do Maths:Off Append:Off ]
    A2: Variable Split [ Name:%wifiinfo Splitter:Sig: Delete Base:Off ]
    A3: Variable Section [ Name:%wifiinfo2 From:1 Length:2 Adapt To Fit:Off
    Store Result In:%WIFISIG ]

    Now setup a separate profile with a context Event -> Variable Set set this
    to the %WIFISIG variable and leave the value blank

    The task for this profile will have an if statement that will use the SSID
    Selector app to select the other network if %WIFISIFG is less than say 2-3
    (low signal strength.

Új hozzászólás Aktív témák