EndpointData data type
Introduction
The EndpointData data type allows obtaining the configuration of an Endpoint. Below are all the properties of the EndpointData data type.
Properties
### EndpointID (int) The EndpointID property represents the unique identifier of the Endpoint in the platform. This identifier is automatically assigned when an Endpoint is created. ### Timestamp_UTC (string) UTC timestamp corresponding to the value, in String format. ### Value (double) Numeric representation of the value. Valid for all scalar Endpoints, as well as IAS Zones. ### IsOn (bool) Boolean indicating whether the Endpoint is turned on. Valid for appliances and dimmers. ### IsMoving (bool) Boolean indicating whether the closure is moving. Valid for closures. ### DimLevel (int) Dim level. Only valid for dimmers. ### Position (int) Position. Only valid for closure controllers. ### ActiveEnergy (double) Active energy delivery. Only valid for power meters. ### ReactiveEnergy (double) Reactive energy delivery. Only valid for power meters. ### ApparentEnergy (double) Apparent energy delivered. Only valid for power meters. ### SequenceNumber (int64) Sequence number associated with the alert. The sequence number is updated with a higher number each time the alert is modified in any way, including when the alert is deleted. Each created or modified alert is guaranteed to receive a number higher than any other existing alert.