We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 198558e + 47d92c7 commit 1e32501Copy full SHA for 1e32501
include/edgehog_device.h
@@ -51,7 +51,7 @@ typedef enum
51
EDGEHOG_TELEMETRY_SYSTEM_STATUS = 3, /**< The system status telemetry type. */
52
EDGEHOG_TELEMETRY_STORAGE_USAGE = 4, /**< The storage usage telemetry type. */
53
EDGEHOG_TELEMETRY_BATTERY_STATUS = 5, /**< The battery status telemetry type. */
54
- EDGEHOG_TELEMETRY_GEOLOCATION_INFO = 6 /**< The storage usage telemetry type. */
+ EDGEHOG_TELEMETRY_GEOLOCATION_INFO = 6 /**< The geolocation info telemetry type. */
55
} telemetry_type_t;
56
57
/**
0 commit comments