Changes

41 bytes added ,  13:54, 10 November 2022
no edit summary
Line 115: Line 115:     
===RUT 2===
 
===RUT 2===
 +
----
 +
=====Actions tab=====
 
----
 
----
 
Navigate to '''Services → Input/Output → I/O Juggler''' and create an Action instance.
 
Navigate to '''Services → Input/Output → I/O Juggler''' and create an Action instance.
Line 128: Line 130:  
</b><br><pre>#!/bin/sh
 
</b><br><pre>#!/bin/sh
   −
curl -X GET "http://84.25.189.15/cgi-bin/sms_send?username=name&password=password&number=0037066081843&text=outputon"
+
curl -X GET "http://84.25.189.15/cgi-bin/sms_send?username=name&password=password&number=0037066081843&text=admin01 outputon"
    
exit 0</pre></li>
 
exit 0</pre></li>
   −
You can learn more about '''curl -X''' syntax [[RUT955_Mobile_Utilities#Post.2FGet|here]].
+
More information about '''curl -X''' command syntax [[RUT955_Mobile_Utilities#Post.2FGet|here]].
    
==Via RMS VPN==
 
==Via RMS VPN==