Skip to content

Commit

Permalink
Add command /JB!<addr>
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Nov 29, 2024
1 parent cd80ebc commit 7246610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/EN/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ table th:nth-of-type(2) {
|`/JR<x>` |Query default value of parameter `<x>` and return a JSON structure|
|`/JK=ALL` |Dump ranges for all available categories as JSON structure|
|`/JC=<x>,<y>,<z>`|Dump possible values for parameters `<x>`, `<y>` and `<z>` for option-type parameters. Same JSON structure as `/JK=<x>`.|
|`/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!<addr>`|Backup of all writeable parameters from controller at destination address `<addr>` 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`|
Expand Down
1 change: 1 addition & 0 deletions docs/fr/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<x>,<y>,<z>` | Afficher les valeurs possibles pour les paramètres `<x>`, `<y>` et `<z>` pour les paramètres de type option. Même structure JSON que `/JK=<x>`. |
| `/JB` | Sauvegarder tous les paramètres modifiables dans une structure JSON qui peut être utilisée pour les réécrire avec `/JS` |
| `/JB!<addr>` | Sauvegarder tous les paramètres modifiables du contrôleur à l'adresse de destination `<addr>` 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 |
Expand Down

0 comments on commit 7246610

Please sign in to comment.