Connectivity Info Provider

The Connectivity Info Provider gives all kind of information about the actual internet connection state.

Configuration

No configuration is necessary.

Query

  • Status
    Get the actual online state as status.

    Text Numeric Description

    N/A

    0

    No information available

    Excellent

    1

    online

    Fail

    5

    offline

  • Is Online
    The actual online state.

    Text Numeric Description

    Offline

    0

    Device is offline, no internet connection

    Online

    1

    Device is online

  • IP Address
    The assigned IPv4 address.

  • IPv6 Address
    The assigned IPv6 address.

  • Transport Type
    The actual transport technology.

    Text Numeric Connection

    Offline

    0

    Offline

    BT

    1

    Via Bluetooth

    Wifi

    2

    Via Wifi

    Cell

    3

    Via cellular network like LTE

  • SSID Name
    The actual Wifi SSID of the connected network.

    Important
    The Location permission must be granted to get the SSID, otherwise it’s empty.
  • Signal Strength
    Signal strength level from 0 - 100.
    Bluetooth connection returns always 100, offline is NaN.

  • RSSI Level
    The RSSI Level of the WiFi or cellular connection.
    Bluetooth connection returns always 100, offline is NaN.

  • Interface Name
    The name of the active network interface.