The operation that calculates the value of this addend.
Possible values are:
+
: The physical register value is to be added.
-
: The physical register value is to be subtracted.
+max0
, -max0
, +min0
, -min0
:
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 PUT
or POST
request will result in an
error. They can only be returned as a result of a GET
request.
The intent of these operators was to add (+max0
, +min0
) or
subtract (-max0
, -min0
) the maximum of the physical register
value and 0 (+max0
, -max0
) or the minimum of the register value
and 0 (+min0
, -min0
).
reg required | string The name of a virtual register. May not be empty, contain
commas ( |
idx required | integer >= 0 The index of a virtual register addend. |
Normal response.
Unauthorized response.
{- "result": "+",
- "error": "Error message (present if an error occurred)."
}
reg required | string The name of a virtual register. May not be empty, contain
commas ( |
idx required | integer >= 0 The index of a virtual register addend. |
The operation that calculates the value of this addend.
Possible values are:
+
: The physical register value is to be added.
-
: The physical register value is to be subtracted.
+max0
, -max0
, +min0
, -min0
:
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 PUT
or POST
request will result in an
error. They can only be returned as a result of a GET
request.
The intent of these operators was to add (+max0
, +min0
) or
subtract (-max0
, -min0
) the maximum of the physical register
value and 0 (+max0
, -max0
) or the minimum of the register value
and 0 (+min0
, -min0
).
Normal response.
Unauthorized response.
"+"
{- "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 ( |
idx required | integer >= 0 The index of a virtual register addend. |
The operation that calculates the value of this addend.
Possible values are:
+
: The physical register value is to be added.
-
: The physical register value is to be subtracted.
+max0
, -max0
, +min0
, -min0
:
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 PUT
or POST
request will result in an
error. They can only be returned as a result of a GET
request.
The intent of these operators was to add (+max0
, +min0
) or
subtract (-max0
, -min0
) the maximum of the physical register
value and 0 (+max0
, -max0
) or the minimum of the register value
and 0 (+min0
, -min0
).
Normal response.
Unauthorized response.
"+"
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Reset to +
.
reg required | string The name of a virtual register. May not be empty, contain
commas ( |
idx required | integer >= 0 The index of a virtual register addend. |
Normal response.
Unauthorized response.
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}