State path to monitor, matching the StateBean path structure.
Uses dot notation hierarchy corresponding to /kos/state/{path} WebSocket topic.
"device.operational.status"
"assembly.pumps.pump1"
"system.health.metrics"
Specific attribute name within the state path to access. This corresponds to a property key within the StateBean's properties Map.
"online"
"temperature"
"flowRate"
"active"
Configuration options for StateProp model instances.
This interface defines the configuration options for the StateProp model, specifying which state path and attribute the model should monitor for focused property access.
Example: Basic Usage