Template:Networking rut9m manual input output status

From Teltonika Networks Wiki
Revision as of 09:37, 13 January 2022 by BenasB (talk | contribs) (Created page with "{{#ifeq:{{{name}}}|RUT956| <pre> ioman.gpio.din1 - 4PIN input ioman.gpio.dout1 - 4PIN output ioman.gpio.din2 - Digital input (only for passive sensors) ioman.gpio.dout...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
ioman.gpio.din1    - 4PIN input
ioman.gpio.dout1   - 4PIN output

Call command ubus call value status :

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