kdeconnect-kde/plugins/connectivity-report
Albert Vaca Cintora 2a1c751ef4 Remove request packets from Battery and Connectivity Report plugins
We already send updates right after connecting and once there's a
change, so this was redundant.
2023-07-17 14:58:59 +00:00
..
CMakeLists.txt Adapt build system to also support Qt 6 2022-10-29 16:51:41 +02:00
connectivity_reportplugin.cpp Remove request packets from Battery and Connectivity Report plugins 2023-07-17 14:58:59 +00:00
connectivity_reportplugin.h Remove request packets from Battery and Connectivity Report plugins 2023-07-17 14:58:59 +00: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.