enum class PropertyType
Defines the different types of properties depending on the feature of the node being modeled.
STATE types are useful for properties that represent persistent values (temperature sensor, light switch), etc. |
|
EVENT types are be useful for properties that represent momentary events (door bell pressed). |