Class: Property

Property

new Property(obix, name, displayName, value, display, writeable, min, max, unit)

Parameters:
Name Type Description
obix string The obix class name.
name string The property name.
displayName string The display name.
value string The value (if already available).
display string The possible display.
writeable boolean true, if this property is writable else false
min string The minimum value (if applicable).
max string The maximum value (if applicable).
unit string The unit of the value (if applicable).
Source: