Skip to content

Commit

Permalink
smsops: short reference section about variables
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 28, 2024
1 parent ae04cca commit 9a94930
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/modules/smsops/doc/smsops_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,19 @@ smsdump();
</section>
</section><!-- end of functions -->

<section>
<title>Variables</title>
<para>Several variables are exported by the module to access the
attributes of the SMS.</para>
<itemizedlist>
<listitem>
<para><emphasis>$smsack</emphasis></para>
<para><emphasis>$smsbody</emphasis></para>
<para><emphasis>$rpdata(key)</emphasis></para>
<para><emphasis>$tpdu(key)</emphasis></para>
</listitem>
</itemizedlist>
</section>

</chapter>

0 comments on commit 9a94930

Please sign in to comment.