reg required | string The name of a register. |
Normal response.
Unauthorized response.
{- "result": {
- "dev": "local",
- "did": 0,
- "type": "P",
- "value": "S16*L1+S17*L2"
}, - "error": "Error message (present if an error occurred)."
}
reg required | string The name of a register. |
dev | string (configRegisterPhysicalRegDev) The name of the device that is the source of the register values.
The name |
did | integer (configRegisterPhysicalRegDid) >= 0 The column number in which the database stores the register value. Each physical register has a unique column number. If a register is renamed, this number remains the same. On the other hand, if a register is deleted and then another one is added back, the new one may get assigned the column number of the old, deleted register. Each physical register must have a unique value. Invalid values automatically get remapped to an unused index. |
type | string (configRegisterPhysicalRegType) The type code of the register. |
value | string (configRegisterPhysicalRegValue) Defines the how the register value is obtained or calculated. For
register where
For registers where |
Normal response.
Unauthorized response.
{ }
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
reg required | string The name of a register. |
dev | string (configRegisterPhysicalRegDev) The name of the device that is the source of the register values.
The name |
did | integer (configRegisterPhysicalRegDid) >= 0 The column number in which the database stores the register value. Each physical register has a unique column number. If a register is renamed, this number remains the same. On the other hand, if a register is deleted and then another one is added back, the new one may get assigned the column number of the old, deleted register. Each physical register must have a unique value. Invalid values automatically get remapped to an unused index. |
type | string (configRegisterPhysicalRegType) The type code of the register. |
value | string (configRegisterPhysicalRegValue) Defines the how the register value is obtained or calculated. For
register where
For registers where |
Normal response.
Unauthorized response.
{ }
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Reset to default. See the descriptions of the individual endpoints for their default values. Commonly, arrays and strings are cleared to empty, numbers are cleared to 0, and booleans are cleared to false
.
reg required | string The name of a register. |
Normal response.
Unauthorized response.
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}