21#ifndef PLUGINS_ESPNET_ESPNETDEVICE_H_
22#define PLUGINS_ESPNET_ESPNETDEVICE_H_
25#include "olad/Device.h"
26#include "olad/Plugin.h"
32class EspNetDevice:
public Device {
34 EspNetDevice(
Plugin *owner,
40 static const char IP_KEY[];
41 static const char NODE_NAME_KEY[];
53 static const char ESPNET_DEVICE_NAME[];
Definition PluginAdaptor.h:41
Definition Preferences.h:148
bool StartHook()
Called during Start().
Definition EspNetDevice.cpp:62
std::string DeviceId() const
The device ID.
Definition EspNetDevice.h:38
Definition EspNetNode.h:49
Code for the ESPNet protocol.
Code for supported devices and protocols.
The namespace containing all OLA symbols.
Definition Credentials.cpp:44