Changes

8 bytes added ,  08:50, 17 November 2022
Line 5: Line 5:  
==Configuration overview and prerequisites==
 
==Configuration overview and prerequisites==
   −
Before we begin, let's overview the configuration that we are attempting to achieve and the prerequisites that make it possible. On a RUT1 an I/O Juggler action is created to execute a command when Input 1 is being triggered to a state high to change Output state to high on a RUT2.
+
Before we begin, let's take a look at the configuration that we are attempting to achieve and the prerequisites that make it possible. On a RUT1, an I/O Juggler action is created to execute a command when Input 1 is being triggered to a state of "high" to change the output state to "high" on a RUT2.
    
# RUT1 Input 1 state changes to a High;
 
# RUT1 Input 1 state changes to a High;
Line 15: Line 15:  
* An end device (PC, Laptop, Tablet, Smartphone) for configuration;
 
* An end device (PC, Laptop, Tablet, Smartphone) for configuration;
   −
If you're having trouble finding any page or some of the parameters described here on your device's WebUI, you should >turn on "Advanced WebUI" mode</b>. . You can do that by clicking the "Basic" button under "Mode", which is located at the top-right corner of the WebUI.
+
If you're having trouble finding any page or some of the parameters described here on your device's WebUI, you should > turn on "Advanced WebUI" mode. You can do that by clicking the "Basic" button under "Mode," which is located at the top-right corner of the WebUI.
 
[[File:Basic WebUI Advanced.gif|border|center|class=tlt-border|1004x1004px]]
 
[[File:Basic WebUI Advanced.gif|border|center|class=tlt-border|1004x1004px]]
    
==Via SMS==
 
==Via SMS==
This section contains a detailed guide on how to configurate an action to send a SMS command to RUT2 to change the Output state when RUT1 Input 1 is being trigger.
+
This section contains a detailed guide on how to configure an action to send a SMS command to RUT2 to change the output state when RUT1 Input 1 is triggered.
 
===RUT 2===
 
===RUT 2===
This section contain information on how to configure RUT2 device.
+
This section contains information on how to configure the RUT2 device.
 
----
 
----
 
====SMS Utilities configuration====
 
====SMS Utilities configuration====
Line 137: Line 137:  
curl -X GET "http://84.25.189.15/cgi-bin/sms_send?username=name&password=password&number=0037066081843&text=admin01 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>
    
More information about '''curl -X''' command syntax [[RUT955_Mobile_Utilities#Post.2FGet|here]].
 
More information about '''curl -X''' command syntax [[RUT955_Mobile_Utilities#Post.2FGet|here]].