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.
21 lines
523 B
JSON
21 lines
523 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"C:/Users/Admin/Documents/Arduino/libraries/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"compilerPath": null,
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++14",
|
|
"intelliSenseMode": "windows-clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |