Creates an instance of ESPRMDeviceParam
.
An object containing the parameter details.
Reference to the parent ESPRMNode.
Optional
boundsBounds for the parameter values.
The data type of the parameter.
The name of the device to which this parameter belongs.
The name of the parameter.
Reference to ESPRMNode.
Additional properties related to the parameter.
The type of the parameter.
Optional
uiThe user interface type for the parameter.
Optional
validThe valid string values of the parameter.
Optional
valueThe value of the parameter.
Retrieves raw time series data in a paginated format for this parameter. This method internally uses getTSData with raw aggregation.
The request parameters for fetching raw time series data
A promise that resolves to a paginated response containing time series data points
Retrieves simple time series data in a paginated format for this parameter.
The request parameters for fetching time series data
A promise that resolves to a paginated response containing time series data points
Retrieves time series data in a paginated format for this parameter.
The request parameters for fetching time series data
A promise that resolves to a paginated response containing time series data points
Sets the value of the device parameter.
The new value to set for the device parameter.
A promise that resolves to the success response from the API.
Represents a parameter associated with a device or node, including its name, value, and metadata.