Edgehog Device SDK ESP32
ESP32 device SDK for the Edgehog platform
edgehog_device_telemetry_config_t Struct Reference

Edgehog device configuration struct. More...

#include <edgehog_device.h>

Data Fields

telemetry_type_t type
 
long period_seconds
 

Detailed Description

Edgehog device configuration struct.

Example: edgehog_device_telemetry_config_t telemetry_config = { .type = EDGEHOG_TELEMETRY_WIFI_SCAN, .period_seconds = 5 };


The documentation for this struct was generated from the following file: