Difference between revisions of "Template:Networking rut9 manual input output status"

From Teltonika Networks Wiki
 
Line 37: Line 37:
 
             <li>"value": "<b>1</b>" means high level state.</li>
 
             <li>"value": "<b>1</b>" means high level state.</li>
 
         </ul>
 
         </ul>
     </li>
+
     </li>{{#ifeq:{{{name}}}|RUT955|
 +
    <li><b>relay0</b> is the relay:
 +
        <ul>
 +
            <li>"state": "<b>open</b>" means open relay state.</li>
 +
            <li>"state": "<b>closed</b>" means closed relay state.</li>
 +
        </ul>
 +
    </li>|}}
 
</ul>
 
</ul>
 +
 +
{{#ifeq:{{{name}}}|RUT955|
 +
To change relay settings, use the <i><b>update</i></b> command and specify a state:
 +
 +
ubus call ioman.relay.relay0 update '{"state":"open"}'
 +
ubus call ioman.relay.relay0 update '{"state":"closed"}'
 +
|}}

Latest revision as of 07:22, 19 August 2021

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.