Difference between revisions of "Template:Networking rut36x manual input output status"

From Teltonika Networks Wiki
(Created page with " ioman.gpio.dio0 ioman.gpio.dio1 Call command <b>ubus call <u>value</u> status </b>: root@Teltonika-{{{name}}}:~# ubus call ioman.gpio.dio0 status { "value": "0",...")
 
Line 1: Line 1:
ioman.gpio.dio0
+
<pre>
ioman.gpio.dio1
+
ioman.gpio.dio0
 +
ioman.gpio.dio1
 +
</pre>
  
 
Call command <b>ubus call <u>value</u> status </b>:
 
Call command <b>ubus call <u>value</u> status </b>:
 +
 
  root@Teltonika-{{{name}}}:~# ubus call ioman.gpio.dio0 status
 
  root@Teltonika-{{{name}}}:~# ubus call ioman.gpio.dio0 status
 
  {
 
  {

Revision as of 15:55, 4 November 2020

ioman.gpio.dio0
ioman.gpio.dio1

Call command ubus call value status :

root@Teltonika-{{{name}}}:~# ubus call ioman.gpio.dio0 status
{
        "value": "0",
        "direction": "in",
        "bi_dir": false,
        "invert_input": false
}
  • din1 is the input:
    • "value": "0" means low level state.
    • "value": "1" means high level state.
  • dout1 is the output:
    • "value": "0" means low level state.
    • "value": "1" means high level state.