Skip to main content

Module path

Module path 

Source
Expand description

Protocol-agnostic property addressing.

A PropertyPath points at exactly one property of one feature of one Thing. The actual physical location (Modbus register, MQTT topic, CoAP URI, OPC UA NodeId) is held by a crate::binding::ProtocolBinding looked up via crate::binding::ThingMapping.

Structs§

PropertyPath
Identifies one property in a Thing — protocol-agnostic.