SensESP 3.0.0-beta.3
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
configurable.h File Reference
#include "sensesp.h"
#include <ArduinoJson.h>
#include <map>
#include <vector>
#include "Arduino.h"
Include dependency graph for configurable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sensesp::Configurable
 An object that is capable of having configuration data that can be set remotely using a RESTful API, and can be persisted to the local file system. More...
 

Namespaces

namespace  sensesp
 

Enumerations

enum class  ConfigurableResult { kError , kOk , kPending }
 

Enumeration Type Documentation

◆ ConfigurableResult

enum class ConfigurableResult
strong
Enumerator
kError 
kOk 
kPending 

Definition at line 12 of file configurable.h.