Template:Networking trb1 manual input output status
Revision as of 07:06, 19 August 2021 by Gytispieze (talk | contribs)
ioman.gpio.dio0 ioman.gpio.dio1
In order to read values, call command ubus call value status :
root@Teltonika-{{{name}}}:~# ubus call ioman.gpio.dio1 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.
To change input settings, use the update command and specify a value:
ubus call ioman.gpio.dio0 update '{"value":"0"}' ubus call ioman.gpio.dio0 update '{"value":"1"}'