You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Summary

We are planning to make changes to the way parameters are stored in datapoints. Here is how parameters are stored in datapoints now:

datapoint: {
...
properties:

Unknown macro: { temperature}

}

We are planning to change it to this format:

datapoint: {
...
properties: {
parameters: [

Unknown macro: { id}

,

Unknown macro: { id}

]
}
}

Transition Plan

 

  • No labels