diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml b/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml index fa85d5d3..93b2996f 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml @@ -3,7 +3,8 @@ @@ -18,14 +19,27 @@ registered in the cellular network. 3GPP devices will require a valid unlocked SIM card before any of the features in the interface can be used. + + There are two different ways defined to use the interface: either enabling + peridic polling (with the Setup() method), or configuring the device with + thresholds so that it reports the value updates automatically (with the + SetupThresholds() method, since 1.20). + + Both Setup() and SetupThresholds() can also be used at the same time if + required, e.g. if they report different signal quality measurement types. --> @@ -33,16 +47,89 @@ + + + + + + + + + + +