How controls receive live state from the network.
Definition
"sync": [{
"method": "meshsocket",
"type": "listen",
"event": "broadcast",
"filter": { "msg_type": "telemetry" },
"valuePath": "cpu"
}]
Flow
- Server broadcasts on event
- App filters by matching all keys
- Extracts value at
valuePath(dot-notation) - Updates control binding