diff --git a/docs/EN/using.md b/docs/EN/using.md index 0b39ac15..31b8ff7e 100644 --- a/docs/EN/using.md +++ b/docs/EN/using.md @@ -94,7 +94,8 @@ table th:nth-of-type(2) { |`/JR` |Query default value of parameter `` and return a JSON structure| |`/JK=ALL` |Dump ranges for all available categories as JSON structure| |`/JC=,,`|Dump possible values for parameters ``, `` and `` for option-type parameters. Same JSON structure as `/JK=`.| -|`/JB` |Backup of all writeable parameters in a JSON structure that can be used to write back using `/JS`| +|`/JB` |Backup of all writeable parameters in a JSON structure that can be used to write back using `/JS`. | +|`/JB!`|Backup of all writeable parameters from controller at destination address `` in a JSON structure that can be used to write back using `/JS`. | |`/JL` |Creates a JSON structure of BSB-LAN's configuration settings`| |`/JW` |Writes configuration settings based on a JSON structure created by `/JL`| |`/JI` |Dump runtime information of BSB-LAN as JSON structure`| diff --git a/docs/fr/using.md b/docs/fr/using.md index 5f91d6a7..d9d3b573 100644 --- a/docs/fr/using.md +++ b/docs/fr/using.md @@ -101,6 +101,7 @@ table th:nth-of-type(2) { | `/JK=ALL` | Afficher les plages de toutes les catégories disponibles en tant que structure JSON | | `/JC=,,` | Afficher les valeurs possibles pour les paramètres ``, `` et `` pour les paramètres de type option. Même structure JSON que `/JK=`. | | `/JB` | Sauvegarder tous les paramètres modifiables dans une structure JSON qui peut être utilisée pour les réécrire avec `/JS` | +| `/JB!` | Sauvegarder tous les paramètres modifiables du contrôleur à l'adresse de destination `` dans une structure JSON qui peut être utilisée pour les réécrire avec `/JS` | | `/JL` | Créer une structure JSON des paramètres de configuration de BSB-LAN | | `/JW` | Écrire les paramètres de configuration en fonction d'une structure JSON créée par `/JL` | | `/JI` | Afficher les informations d'exécution de BSB-LAN en tant que structure JSON |