How controls receive live state from the network.

Definition

"sync": [{
  "method": "meshsocket",
  "type": "listen",
  "event": "broadcast",
  "filter": { "msg_type": "telemetry" },
  "valuePath": "cpu"
}]

Flow

  1. Server broadcasts on event
  2. App filters by matching all keys
  3. Extracts value at valuePath (dot-notation)
  4. Updates control binding

Notes