You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
These are some random notes on migrating from the API version 0.15 to 0.17.
Streamed data samples (
ReceiveComponentDataStream)rated_boundsin metrics were moved to the component metadatacomponent_boundsandsystem_{inclusion,exclusion}_boundswere merged intosamples.metric[x].boundsThe old
VOLTAGE_PHASE_xmetric maps to the newAC_VOLTAGE_PHASE_x_NBounds will have at most 2 ranges, which can be mapped to the old inclusion and exclusion ranges roughly like:
If only one range is present, it can be mapped directly to inclusion bounds.
Extra guarantees for live data
sampled_atvalue will be used for all metrics in oneComponentDatamessage (response.data)ComponentStateinresponse.data.statesTODO: Maybe document this in the API specs as it is valuable information for anyone using the new API version, even if not doing a migration.
Beta Was this translation helpful? Give feedback.
All reactions