Template:Networking trb1 manual input output status: Difference between revisions
Appearance
No edit summary |
Gytispieze (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<pre> | <pre> | ||
ioman.gpio. | ioman.gpio.dio0 | ||
ioman.gpio. | ioman.gpio.dio1 | ||
</pre> | </pre> | ||
In order to read values, call command <b>ubus call <i>value</i> status </b>: | |||
root@Teltonika-{{{name}}}:~# ubus call ioman.gpio. | root@Teltonika-{{{name}}}:~# ubus call ioman.gpio.dio1 status | ||
{ | { | ||
"value": "0", | "value": "0", | ||
| Line 28: | Line 28: | ||
</li> | </li> | ||
</ul> | </ul> | ||
To change input settings, use the <i><b>update</i></b> command and specify a value: | |||
ubus call ioman.gpio.dio0 update '{"value":"0"}' | |||
ubus call ioman.gpio.dio0 update '{"value":"1"}' | |||