Response parameters: Equipment Class Property section
- Last UpdatedSep 06, 2023
- 1 minute read
Contains details of an equipment class property.
<EquipmentClassProperty>
<ID xsi:type="PropertyIDType">Speed</ID>
<Description>Speed Property</Description>
<Value>
<ValueString>1500</ValueString>
<DataType>Double</DataType>
<UnitOfMeasure />
</Value>
</EquipmentClassProperty>
|
Parameter |
Description |
|---|---|
|
ID |
The name of the equipment class. String value. |
|
EquipmentClassProperty |
Contains details of an equipment class property. |
|
ID |
The name of the equipment class property. This is a string value. |
|
Value |
Comprised of ValueString, DataType, and UnitofMeasure. |
|
ValueString |
The current value held in this property. Must be specified data type. |
|
DataType |
The data type of the value. Standard data types, including Boolean, Date, Double, Integer, Long, Single, String. |
|
UnitOfMeasure |
This value is empty and not used. |