Documents the eScript functions built into the meter.
Normal response.
Unauthorized response.
{- "result": {
- "basic": {
- "max": {
- "arg": [
- {
- "name": "x",
- "type": "#"
}, - {
- "name": "y",
- "type": "#"
}
], - "help": "Returns the greater value of <arg>x</arg> and <arg>y</arg>.",
- "min-args": 2
}, - "sin": {
- "arg": [
- {
- "name": "x",
- "type": "#"
}
], - "help": "Returns sine of <arg>x</arg>, where <arg>x</arg> is an angle in degrees.",
- "min-args": 1
}
}, - "alert": {
- "dayavg": {
- "arg": [
- {
- "name": "reg",
- "type": "string"
}
], - "help": "Calculates the 24-hour average value for register <arg>reg</arg>.",
- "min-args": 1
}, - "cumul": {
- "arg": [
- {
- "name": "reg",
- "type": "string"
}, - {
- "name": "time",
- "type": "#"
}
], - "help": "Returns the cumulative value of register named <arg>reg</arg> at time <arg>time</arg>. If <arg>time</arg> is not specified, the current time is used.",
- "min-args": 1
}
}
}, - "error": "Error message (present if an error occurred)."
}