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.
This commit is contained in:
Dylan Van Assche
2021-07-25 16:17:56 +02:00
parent 95f4a232ce
commit 0faf969e30

View File

@@ -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>