diff options
author | Dylan Van Assche <me@dylanvanassche.be> | 2021-07-25 16:17:56 +0200 |
---|---|---|
committer | Dylan Van Assche <me@dylanvanassche.be> | 2021-07-25 16:18:06 +0200 |
commit | 0faf969e306b6e2f15f840692d30722c88560e13 (patch) | |
tree | 7208453455299ebfa27a07d086ddeeb8d885ee50 /introspection | |
parent | 95f4a232cefe76b4bfc664f8dc37e68471c4a77a (diff) |
introspection: signal quality signature is (ub)
Signal quality property signature of the Modem Simple interface
is not an unsigned integer, but a struct containing
an unsigned integer indicating the strength and
a boolean to indicate if the value was recently taken.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Simple.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml index d40cb335..9a023816 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml @@ -105,8 +105,9 @@ <varlistentry><term><literal>"signal-quality"</literal></term> <listitem> Signal quality value, given only when registered, - as an unsigned integer value - (signature <literal>"u"</literal>). + as unsigned integer value and an additional boolean value + indicating if the value was recently taken. + (signature <literal>"(ub)"</literal>). </listitem> </varlistentry> <varlistentry><term><literal>"current-bands"</literal></term> |