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:
26
26
key|keyName (with keyName being one of the ones in the source code, see autotester.cpp, valid_keys)
27
27
hold|keyName (with keyName being one of the ones in the source code, see autotester.cpp, valid_keys)
28
28
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)
29
30
sendCSC|keyName[|keyName...] (with keyName being one of the ones in the source code, see autotester.cpp, valid_keys)
30
31
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:
34
35
- "description" (string)
35
36
Just to explain what this hash is for
36
37
- "start" (string of number in decimal or hexadecimal if prefixed by 0x)
You can’t perform that action at this time.
0 commit comments