How much data is consumed in a day in publish event?

Hi help me to understand the history file ( i downloaded from https://console.particle.io/devices/device-id) I just wanted to know how much data my device consumed in publish event per day
the image attached is of 2 days event, also i want to know which field indicates the information I’m looking for,
Device Name: Particle Boron: 2G/3G or LTE Cat M1 + Bluetooth

Thank you

The number of bytes (cellular data usage) is not available from that information.

device.cloud.coap.transmit is the number of transmitted messages, but does not include the size of the messages, which affects the data usage. It also does not include messages sent from the cloud to the device.

https://docs.particle.io/reference/device-cloud/api/#device-vitals-event

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.