Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Jan 14, 2025
1 parent 383d374 commit ab0ca8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/EN/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ table th:nth-of-type(2) {

|URL command|Functionality|
|:----------|:------------|
|`/E<x>` |Displays parameter options of parameter `<x>`. Only available for option-type parameters such as data types `VT_ENUM`, `VT_CUSTOM_ENUM`, `VT_BITS` and `VT_CUSTOM_BITS`.|
|`/E<x>` |Displays parameter options of parameter `<x>`. Only available for option-type parameters such as data types `VT_ENUM`, `VT_CUSTOM_ENUM`, `VT_BITS` and `VT_CUSTOM_BIT`.|
|`/R<x>` |Query default setting of parameter `<x>`|

### GPIO control
Expand Down
2 changes: 1 addition & 1 deletion docs/de/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ URL-Befehle werden direkt nach dem Hostnamen von BSB-LAN und einem (optionalen)

| URL-Befehl | Funktionalität |
|:----------|:------------|
|`/E<x>` | Anzeigen der Parameteroptionen des Parameters `<x>`. Nur verfügbar für Parameter vom Typ Option, wie Datentypen `VT_ENUM`, `VT_CUSTOM_ENUM`, `VT_BITS` und `VT_CUSTOM_BITS`. |
|`/E<x>` | Anzeigen der Parameteroptionen des Parameters `<x>`. Nur verfügbar für Parameter vom Typ Option, wie Datentypen `VT_ENUM`, `VT_CUSTOM_ENUM`, `VT_BITS` und `VT_CUSTOM_BIT`. |
|`/R<x>` | Abfragen der Standard-Einstellung des Parameters `<x>` |

### GPIO-Steuerung
Expand Down
2 changes: 1 addition & 1 deletion docs/fr/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ table th:nth-of-type(2) {

| Commande URL | Fonctionnalité |
|:----------|:------------|
| `/E<x>` | Afficher les options du paramètre `<x>`. Disponible uniquement pour les paramètres de type option, tels que les types de données `VT_ENUM`, `VT_CUSTOM_ENUM`, `VT_BITS` et `VT_CUSTOM_BITS`. |
| `/E<x>` | Afficher les options du paramètre `<x>`. Disponible uniquement pour les paramètres de type option, tels que les types de données `VT_ENUM`, `VT_CUSTOM_ENUM`, `VT_BITS` et `VT_CUSTOM_BIT`. |
| `/R<x>` | Interroger la valeur par défaut du paramètre `<x>` |

### Contrôle GPIO
Expand Down

0 comments on commit ab0ca8b

Please sign in to comment.