kdeconnect-kde/plugins/connectivity-report
Alexander Lohnau e97af9dc15 Provide default implementation for KdeConnectPlugin::connected
In most plugins, we just provided a dummy implementation
2023-07-22 16:06:21 +02:00
..
CMakeLists.txt Allow building against Qt6/KF6 2023-07-20 11:15:41 +03:00
connectivity_reportplugin.cpp Provide default implementation for KdeConnectPlugin::connected 2023-07-22 16:06:21 +02:00
connectivity_reportplugin.h Provide default implementation for KdeConnectPlugin::connected 2023-07-22 16:06:21 +02:00
kdeconnect_connectivity_report.json Remove request packets from Battery and Connectivity Report plugins 2023-07-17 14:58:59 +00:00
README Add backend for ConnectivityReport plugin 2021-03-12 23:27:16 +00:00

This plugins receives packages with type "kdeconnect.connectivity_report" and reads the
following fields:

signalStrengths (object<string, object>): Maps each SIM (subscription ID) to the following object:
    networkType (string):
        One of "5G", "LTE", "CDMA", "EDGE", "GPRS", "GSM", "HSPA", "UMTS", "CDMA2000", "iDEN", "Unknown"
    signalStrength (int) [0..=4]: The signal strength

It also sends empty packages with type kdeconnect.connectivity_report.request
to ask the peer device to send a package like the mentioned above.