Skip to content

Commit 9726557

Browse files
committed
autotester: update documentation
1 parent afb0329 commit 9726557

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/autotester/json_file_documentation.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ Structure of the JSON object for the test config files:
2626
key|keyName (with keyName being one of the ones in the source code, see autotester.cpp, valid_keys)
2727
hold|keyName (with keyName being one of the ones in the source code, see autotester.cpp, valid_keys)
2828
release|keyName (with keyName being one of the ones in the source code, see autotester.cpp, valid_keys)
29+
saveVar|varName (with varName the name of the variable to save/export to your computer)
2930
sendCSC|keyName[|keyName...] (with keyName being one of the ones in the source code, see autotester.cpp, valid_keys)
3031

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

0 commit comments

Comments
 (0)