Send device timestamp via Particle webhook to IoT Central via Device Bridge

wineisgud4u 1 Reputation point
2023-01-01T06:22:12.02+00:00

I am using the particle boron to log various types of timestamped data and I'm sending the data with the timestamps in a particle webhook to IoT Central through the Device Bridge. This is all working fine. However, I need to use the device timestamps, not the arrival timestamps, in IoT Central to graph the data. Given the format constraints of sending webhooks through Device Bridge, is there any other way I can make my device timestamps the default time to plot data in IoT Central? Is there anything I can do to modify the particle webhooks (maybe not possible, but i figured i would ask.).

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
342 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 28,311 Reputation points MVP
    2023-01-18T16:46:39.7233333+00:00

    Hello @wineisgud4u ,

    although it is quite some time ago, I had a Particle Photon connected to Azure IoT Central in the past.

    The post describes the format of the message to be sent to the webhook/Azure Function.

    And you can see the logic on the Azure Function used to construct a valid message for IoT Central.

    0 comments No comments