Changes

no edit summary
Line 401: Line 401:  
         <td>uci <b>get</b> <config>.<section>.<option_name></td>
 
         <td>uci <b>get</b> <config>.<section>.<option_name></td>
 
         <td>Returns the value of a single configuration option.</td>
 
         <td>Returns the value of a single configuration option.</td>
         <td><li><i>uci get network.wan.ipaddr</i></li>Returns the router's WAN IP address.</td>
+
         <td><ul><li><i>uci get network.wan.ipaddr</i></li></ul>Returns the router's WAN IP address.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>uci <b>set</b> <config>.<section>.<option_name>="value"</td>
 
         <td>uci <b>set</b> <config>.<section>.<option_name>="value"</td>
 
         <td>Sets the value of a specified configuration option.</td>
 
         <td>Sets the value of a specified configuration option.</td>
         <td><li><i>uci set network.mobile.apn=example</i></li>Changes mobile APN value to "example".</td>
+
         <td><ul><li><i>uci set network.mobile.apn=example</i></li></ul>Changes mobile APN value to "example".</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 416: Line 416:  
         <td>uci <b>show</b> <config>.<section></td>
 
         <td>uci <b>show</b> <config>.<section></td>
 
         <td>Returns the exact part (section) of a config file.</td>
 
         <td>Returns the exact part (section) of a config file.</td>
         <td><li><i>uci show network.lan</i></li>Returns the configuration of the "lan" section from the "network" config file.</td>
+
         <td><ul><li><i>uci show network.lan</i></li></ul>Returns the configuration of the "lan" section from the "network" config file.</td>
 
     </tr>
 
     </tr>
 
<!--
 
<!--
Line 453: Line 453:  
         <td>api <b>get</b> <method>.<config>.<section></td>
 
         <td>api <b>get</b> <method>.<config>.<section></td>
 
         <td>Returns specified config options.</td>
 
         <td>Returns specified config options.</td>
         <td><li><i>api get /auto_reboot/periodic/config</i></li>Returns periodic reboot options.</td>
+
         <td><ul><li><i>api get /auto_reboot/periodic/config</i></li></ul>Returns periodic reboot options.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>api <b>post</b><method> <config>.<section>.<option_name>="value"</td>
 
         <td>api <b>post</b><method> <config>.<section>.<option_name>="value"</td>
 
         <td>Sets the value of a specified configuration option.</td>
 
         <td>Sets the value of a specified configuration option.</td>
         <td><li><i>api post /auto_reboot/periodic/config {"data": {"action": "1", "period": "week", "days": ["mon"], "time": ["12:00"]}}</i></li>Creates a periodic reboot configuration with options to reboot device every monday on 12:00.</td>
+
         <td><ul><li><i>api post /auto_reboot/periodic/config {"data": {"action": "1", "period": "week", "days": ["mon"], "time": ["12:00"]}}</i></li></ul>Creates a periodic reboot configuration with options to reboot device every monday on 12:00.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>api <b>put</b> <method> <config>.<section>.<option_name>="value"</td>
 
         <td>api <b>put</b> <method> <config>.<section>.<option_name>="value"</td>
 
         <td>Edits a specified config options.</td>
 
         <td>Edits a specified config options.</td>
         <td><li><i>api put /auto_reboot/periodic/config/{id} {"data": { "enable": "1"}}</i></li>Sets a specified periodic reboot config to enabled.</td>
+
         <td><ul><li><i>api put /auto_reboot/periodic/config/{id} {"data": { "enable": "1"}}</i></li></ul>Sets a specified periodic reboot config to enabled.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>api <b>delete</b> <method> <config>.<section>.<config_id></td>
 
         <td>api <b>delete</b> <method> <config>.<section>.<config_id></td>
 
         <td>Deletes a specified configuration.</td>
 
         <td>Deletes a specified configuration.</td>
         <td><li><i>api delete /auto_reboot/periodic/config/{id}</i></li>Deletes a specified periodic reboot configuration.</td>
+
         <td><ul><li><i>api delete /auto_reboot/periodic/config/{id}</i></li></ul>Deletes a specified periodic reboot configuration.</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
Line 659: Line 659:  
         <td>default: '''Everyone'''</td>
 
         <td>default: '''Everyone'''</td>
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
+
            <ul>
            <li>Everyone</li>
+
                <li>Everyone</li>
            <li>Listed numbers</li>
+
                <li>Listed numbers</li>
            <li>From user group</li>
+
                <li>From user group</li>
 +
            </ul>
 
         </td>
 
         </td>
 
</tr>
 
</tr>
Line 713: Line 714:  
         <td>default: '''Everyone'''</td>
 
         <td>default: '''Everyone'''</td>
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
+
            <ul>
            <li>Everyone</li>
+
                <li>Everyone</li>
            <li>Listed numbers</li>
+
                <li>Listed numbers</li>
            <li>From phone group</li>
+
                <li>From phone group</li>
 +
            </ul>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 727: Line 729:  
         <td>HTTPS certificate verification</td>
 
         <td>HTTPS certificate verification</td>
 
         <td>default: '''Ignore'''</td>
 
         <td>default: '''Ignore'''</td>
         <td>Select whether to ignore or verify server certificate. Available options: <li>Ignore</li> <li>Verify</li>
+
         <td>Select whether to ignore or verify server certificate. Available options: <ul><li>Ignore</li> <li>Verify</li></ul>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 733: Line 735:  
         <td>Method</td>
 
         <td>Method</td>
 
         <td>default: '''Get'''</td>
 
         <td>default: '''Get'''</td>
         <td>Choose witch HTTP request method will be used. Available options: <li>Get</li> <li>Post</li>
+
         <td>Choose witch HTTP request method will be used. Available options: <ul><li>Get</li> <li>Post</li></ul>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 811: Line 813:  
         <td>default: '''Everyone'''</td>
 
         <td>default: '''Everyone'''</td>
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
       
+
            <ul>
            <li>Everyone</li>
+
                <li>Everyone</li>
            <li>Listed numbers</li>
+
                <li>Listed numbers</li>
            <li>From user group</li>
+
                <li>From user group</li>
 +
            </ul>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 861: Line 864:  
         <td>default: '''Everyone'''</td>
 
         <td>default: '''Everyone'''</td>
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
       
+
            <ul>
            <li>Everyone</li>
+
                <li>Everyone</li>
            <li>Listed numbers</li>
+
                <li>Listed numbers</li>
            <li>From user group</li>
+
                <li>From user group</li>
 +
            </ul>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>

Navigation menu