2018-01-12 07:53:28 +01:00
|
|
|
{
|
|
|
|
"datalog.addRow": "Starts a row of data",
|
|
|
|
"datalog.addValue": "Adds a cell to the row of data",
|
|
|
|
"datalog.addValue|param|name": "name of the cell, eg: \"x\"",
|
|
|
|
"datalog.addValue|param|value": "value of the cell, eg: 0",
|
2018-01-13 17:31:10 +01:00
|
|
|
"datalog.flush": "Commits any buffered row to disk",
|
|
|
|
"datalog.setEnabled": "Turns on or off datalogging",
|
2018-01-12 07:53:28 +01:00
|
|
|
"datalog.setFile": "Starts a new data logger for the given file",
|
2018-01-13 17:31:10 +01:00
|
|
|
"datalog.setFile|param|filename": "the filename, eg: \"datalog.csv\"",
|
2018-01-12 07:53:28 +01:00
|
|
|
"datalog.setStorage": "* @param storage custom storage solution"
|
|
|
|
}
|