Template:Networking rut36x manual input output status: Difference between revisions
m (LorurnA moved page Template:Networking rut3 manual input output status to Template:Networking rut36x manual input output status without leaving a redirect) |
No edit summary |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
ioman.gpio.dio0 | ioman.gpio.dio0 - Configurable input/output (PIN3) | ||
ioman.gpio.dio1 | ioman.gpio.dio1 - Configurable input/output (PIN4) | ||
</pre> | </pre> | ||
Revision as of 13:48, 21 June 2021
ioman.gpio.dio0 - Configurable input/output (PIN3) ioman.gpio.dio1 - Configurable input/output (PIN4)
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.