This function loads the meter data associated with the passed meterId and creates
a MeterDataClass instance using that data. It then passes that meter data object into
every feature function in the list found in the ctx environment under fnVector,
concatenating all the results into a single list with named values.
1 | iterator.callAllFromCtx(meterDataClass, ctx, ...)
|
meterDataClass |
The |
ctx |
The ctx environment that contains the list of functions to run under the name |
... |
Additional arguments that will be passed into the feature functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.