For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data Structures

Common data structures for API requests and responses.

Connected User Metadata

User metadata stores the user's transmitting and scanned channel IDs.

{
  "sonrad": true,
  "state": {
    "primaryChId": 19,
    "scannedChIds": [175, 176, 215, 216, 217, 218, 219, 220, 221],
    "scanLists": [
      {
        "id": 0,
        "name": "City Scan List",
        "channelIds": [20, 19, 173]
      },
      {
        "id": 1,
        "name": "County Example Scan List",
        "channelIds": [176, 175]
      }
    ],
    "spec": 2
  }
}

Last updated

Was this helpful?