This entity contains an harmonised description of a generic curve made for the Water Network Management domain. This entity is primarily associated with the water management vertical and related IoT applications.
A JSON Schema corresponding to this data model can be found here.
-
id
: Unique identifier. -
type
: Entity type. It must be equal toCurve
. -
modifiedAt
: Last update timestamp of this entity.- Attribute type: Property. DateTime
- Read-Only. Automatically generated.
-
createdAt
: Entity's creation timestamp.- Attribute type: Property. DateTime
- Read-Only. Automatically generated.
-
curveType
: Entity's curve type.- Attribute type:
Property
. - Accepted Values:
FLOW-HEAD
,FLOW-EFFICIANCY
,FLOW-HEADLOSS
,LEVEL-VOLUME
- Mandatory
- Attribute type:
-
xData
: X data points for the curve- Attribute type:
Property
. List of Number - Attribute metadata Properties:
{{metadata Property name}}
: {{Metadata Property Description}}
- Mandatory
- Attribute type:
-
yData
: Y data points for the curve- Attribute type:
Property
. List of Number - Attribute metadata Properties:
{{metadata Property name}}
: {{Metadata Property Description}}
- Mandatory
- Attribute type:
No Relationhips defined for this entity
A full example is presented here.
T.B.D.