ESP_IOT v2.5
IOT ESP Coding
SMARTButton.h
Go to the documentation of this file.
1#ifndef SMARTButton_h
2#define SMARTButton_h
3#include "../../Defines.h"
4
5#ifdef PROCESS_SMART_BUTTON_JSON
6//! 3.3.22 Using the new JSON library which is supposed to catch syntax errors without blowing up
7//https://arduinojson.org/?utm_source=meta&utm_medium=library.properties
8#include <ArduinoJson.h>
9
10//! parses and stores a SMARTButton
11boolean processJSONSMARTButton(DynamicJsonDocument smartJSONObject);
12#endif
13#endif