Update existing note

I send every hour (periodic) but measure and queue the note few times during that hour. Rather than sending multi messages i rather just update the payload.

Can I update a queued note with additional data?

Hi @gomario2,

No, you can’t update an existing Note that is pending syncing. But since the Note is effectively an arbitrary JSON payload, you can code your firmware to create whatever JSON structure you need to accommodate multiple readings, in a single Note, if so desired.

Rob