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.
7 lines
35 B
C++
7 lines
35 B
C++
|
|
void setup() {
|
|
}
|
|
|
|
void loop() {
|
|
}
|