kotlin-homie / org.homieiot / PropertyType

PropertyType

enum class PropertyType

Defines the different types of properties depending on the feature of the node being modeled.

Enum Values

STATE

STATE types are useful for properties that represent persistent values (temperature sensor, light switch), etc.

EVENT

EVENT types are be useful for properties that represent momentary events (door bell pressed).