kdeconnect-kde/plugins/connectivity-report
2021-11-30 23:37:54 +01:00
..
CMakeLists.txt Clean up unneeded JSON parameter in kcoreaddons_add_plugin 2021-06-28 20:33:52 +02:00
connectivity_reportplugin.cpp [Connectivity Report] Only emit signal when it has actually changed 2021-11-30 23:37:54 +01:00
connectivity_reportplugin.h Add backend for ConnectivityReport plugin 2021-03-12 23:27:16 +00:00
kdeconnect_connectivity_report.json SVN_SILENT made messages (.desktop file) - always resolve ours 2021-11-24 01:36:30 +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.