Report types
All the reports from the different devices are listed in this overview. For each report a report parser can parse the payload coming in to create the desired report. The platform offers full flexibility on how to parse payload into condition reports, using a custom Typescript parser function. The parser should convert the payload string (probably applying
JSON.parse
first) into an actual report with measurements.Last modified 1yr ago