Forum

Daniel
Moderator
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
4 years ago #29760
Up
0
Down
::

Hi Christian,

if i got you correctly the connector call Status_Open will return an array / list of values. For each value you’ll need an entry in the datapoints array – is that correct?

So it should look something like this:
datapoints: [
   {
      value: 10
   },
   {
      value: 20
   },
   {
      value: 30
   }
]

Best regards,

Dan