The formula to calculate the value of this virtual register. It consists of a list of physical register names whose values are to be added or subtracted.
reg required | string The name of a virtual register. May not be empty, contain
commas ( |
Normal response.
Unauthorized response.
{- "result": [
- {
- "op": "+",
- "register": "grid"
}, - {
- "op": "+",
- "register": "solar"
}
], - "error": "Error message (present if an error occurred)."
}
reg required | string The name of a virtual register. May not be empty, contain
commas ( |
op | string (configRegisterVirtualRegValueItemOp) The operation that calculates the value of this addend. Possible values are:
Deprecated. These operators do
not work correctly and remain only to preserve compatibility
with existing, old, device configurations. Attempting to write
these operators with a |
register | string (configRegisterVirtualRegValueItemRegister) The name of the physical register to use in calculating the value of this addend. |
Normal response.
Unauthorized response.
[- {
- "op": "+",
- "register": "grid"
}, - {
- "op": "+",
- "register": "solar"
}
]
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
reg required | string The name of a virtual register. May not be empty, contain
commas ( |
op | string (configRegisterVirtualRegValueItemOp) The operation that calculates the value of this addend. Possible values are:
Deprecated. These operators do
not work correctly and remain only to preserve compatibility
with existing, old, device configurations. Attempting to write
these operators with a |
register | string (configRegisterVirtualRegValueItemRegister) The name of the physical register to use in calculating the value of this addend. |
Normal response.
Unauthorized response.
[- {
- "op": "+",
- "register": "grid"
}, - {
- "op": "+",
- "register": "solar"
}
]
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Reset to empty array.
reg required | string The name of a virtual register. May not be empty, contain
commas ( |
Normal response.
Unauthorized response.
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}