tloop 0.0.5

Tauri plugin for Arduino integration — flash firmware, stream serial data, detect boards from your desktop app
## Permission Table

<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>


<tr>
<td>

`tloop:allow-loop-connected-boards`

</td>
<td>

Enables the loop_connected_boards command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:deny-loop-connected-boards`

</td>
<td>

Denies the loop_connected_boards command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:allow-loop-file-upload`

</td>
<td>

Enables the loop_file_upload command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:deny-loop-file-upload`

</td>
<td>

Denies the loop_file_upload command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:allow-loop-flash`

</td>
<td>

Enables the loop_flash command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:deny-loop-flash`

</td>
<td>

Denies the loop_flash command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:allow-loop-get-env`

</td>
<td>

Enables the loop_get_env command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:deny-loop-get-env`

</td>
<td>

Denies the loop_get_env command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:allow-loop-serial-ports`

</td>
<td>

Enables the loop_serial_ports command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:deny-loop-serial-ports`

</td>
<td>

Denies the loop_serial_ports command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:allow-loop-serial-start`

</td>
<td>

Enables the loop_serial_start command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:deny-loop-serial-start`

</td>
<td>

Denies the loop_serial_start command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:allow-loop-serial-stop`

</td>
<td>

Enables the loop_serial_stop command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:deny-loop-serial-stop`

</td>
<td>

Denies the loop_serial_stop command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:allow-loop-set-env`

</td>
<td>

Enables the loop_set_env command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:deny-loop-set-env`

</td>
<td>

Denies the loop_set_env command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`tloop:default`

</td>
<td>

Enables all loop plugin commands (flash, serial, boards, env).

</td>
</tr>
</table>