You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
656 B
33 lines
656 B
Repeater
|
|
|
|
```
|
|
{
|
|
"version": 1,
|
|
"kind": "repeater",
|
|
"callsign": "F1ZXX B",
|
|
"gateway": "F1ZXX G",
|
|
"publisher": "F1ZXX G",
|
|
"instance_id": "1c8dfd1a-6ab5-4ef6-b2fc-fd089db1d7be",
|
|
"published_at": "2026-03-30T12:34:56Z",
|
|
"expires_at": "2026-03-30T12:37:56Z",
|
|
"seq": 1842
|
|
}
|
|
```
|
|
Last Heard
|
|
```
|
|
{
|
|
"version": 1,
|
|
"kind": "user",
|
|
"callsign": "F4FXL",
|
|
"publisher": "F1ZXX G",
|
|
"instance_id": "1c8dfd1a-6ab5-4ef6-b2fc-fd089db1d7be",
|
|
"published_at": "2026-03-30T12:35:12Z",
|
|
"expires_at": "2026-03-30T12:37:12Z",
|
|
"seq": 99231,
|
|
"last_heard": {
|
|
"repeater": "F1ZXX B",
|
|
"gateway": "F1ZXX G",
|
|
"at": "2026-03-30T12:35:10Z"
|
|
}
|
|
}
|
|
``` |