Template:Networking trb1 manual input output status: Difference between revisions

From Teltonika Networks Wiki
No edit summary
No edit summary
Line 4: Line 4:
</pre>
</pre>


Call command <b>ubus call <u>value</u> status </b>:
Call command <b>ubus call <i>value</i> status </b>:


  root@Teltonika-{{{name}}}:~# ubus call ioman.gpio.dout1 status
  root@Teltonika-{{{name}}}:~# ubus call ioman.gpio.dout1 status

Revision as of 09:08, 4 November 2020

ioman.gpio.din1
ioman.gpio.dout1

Call command ubus call value status :

root@Teltonika-{{{name}}}:~# ubus call ioman.gpio.dout1 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.