ed1e24d231
This is far less code and allows for an easier enforcing of standards, for example the name of the log identifiers which were adjusted in a few cases. Also clean up unused includes when noticed. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
connectivity_reportplugin.cpp | ||
connectivity_reportplugin.h | ||
kdeconnect_connectivity_report.json | ||
README |
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.