Peter Ferland / Cayenne-MQTT-mbed-M1

Dependents:   5_Dragonfly_Cayenne_Sprint_IKS01A1

Fork of Cayenne-MQTT-mbed-MTSAS by Peter Ferland

Embed: (wiki syntax)

« Back to documentation index

CayenneValuePair Struct Reference

CayenneValuePair Struct Reference

A unit/value pair used in Cayenne payloads. More...

#include <CayenneUtils.h>

Data Fields

const char * unit
 The data unit.
const char * value
 The data value.

Detailed Description

A unit/value pair used in Cayenne payloads.

Definition at line 45 of file CayenneUtils.h.


Field Documentation

const char* unit

The data unit.

Definition at line 47 of file CayenneUtils.h.

const char* value

The data value.

Definition at line 48 of file CayenneUtils.h.