A JSON message can now be received on: 'vesper/DEV_ID/control/addSchedule" Each message, must hold a "file" and "data". The file is the month's name in 3 letter mode (eg jan, feb, mar) The data is an entry for each day of the month. Each day can be an array containing multiple items.
17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"port": "",
|
|
"configuration": "",
|
|
"output": "build",
|
|
"board": "",
|
|
"programmer": "",
|
|
"useProgrammer": false,
|
|
"configurationRequired": false,
|
|
"monitorPortSettings": {
|
|
"port": "",
|
|
"baudRate": 115200,
|
|
"lineEnding": "\r\n",
|
|
"dataBits": 8,
|
|
"parity": "none",
|
|
"stopBits": "one"
|
|
}
|
|
} |