Warning, /network/kdeconnect-kde/plugins/connectivity-report/README is written in an unsupported language. File is not indexed.

0001 
0002 This plugins receives packages with type "kdeconnect.connectivity_report" and reads the
0003 following fields:
0004 
0005 signalStrengths (object<string, object>): Maps each SIM (subscription ID) to the following object:
0006     networkType (string):
0007         One of "5G", "LTE", "CDMA", "EDGE", "GPRS", "GSM", "HSPA", "UMTS", "CDMA2000", "iDEN", "Unknown"
0008     signalStrength (int) [0..=4]: The signal strength
0009 
0010 It also sends empty packages with type kdeconnect.connectivity_report.request
0011 to ask the peer device to send a package like the mentioned above.