File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments