Files
hamview/radio.go
maze fb898bb058
Some checks failed
Run tests / test (1.25) (push) Has been cancelled
Run tests / test (stable) (push) Has been cancelled
Initial import
2026-02-22 20:27:07 +01:00

12 lines
224 B
Go

package hamview
import "git.maze.io/go/ham/radio"
type Radio struct {
*radio.Info
Protocol string `json:"protocol"`
ID string `json:"id"` // Unique identifier for the device
IsOnline bool `json:"is_online"`
}