Skip to content

Commit

Permalink
autotester: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Jan 4, 2025
1 parent afb0329 commit 9726557
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/autotester/json_file_documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ Structure of the JSON object for the test config files:
key|keyName (with keyName being one of the ones in the source code, see autotester.cpp, valid_keys)
hold|keyName (with keyName being one of the ones in the source code, see autotester.cpp, valid_keys)
release|keyName (with keyName being one of the ones in the source code, see autotester.cpp, valid_keys)
saveVar|varName (with varName the name of the variable to save/export to your computer)
sendCSC|keyName[|keyName...] (with keyName being one of the ones in the source code, see autotester.cpp, valid_keys)

"hashes" (array of objects)
each object's key corresponds to the name of the hash (params).
each object has the following properties:
"hashes" (object (of objects))
each key corresponds to the name of the hash (params).
each value is an object that has the following properties:
- "description" (string)
Just to explain what this hash is for
- "start" (string of number in decimal or hexadecimal if prefixed by 0x)
Expand Down

0 comments on commit 9726557

Please sign in to comment.