From 8ec85821e4feb74f055330ea41aa85eec127d51e Mon Sep 17 00:00:00 2001 From: maze Date: Tue, 17 Mar 2026 08:32:51 +0100 Subject: [PATCH] New Radio.ID field --- radio/radio.go | 1 + 1 file changed, 1 insertion(+) diff --git a/radio/radio.go b/radio/radio.go index b50ebda..2d34a67 100644 --- a/radio/radio.go +++ b/radio/radio.go @@ -7,6 +7,7 @@ import ( // Info descriptor. type Info struct { + ID string `yaml:"id" json:"id"` // Unique identifier (e.g. serial number, MAC address) Name string `yaml:"name" json:"name"` // Name of the device Device string `yaml:"device" json:"device"` // Device type Manufacturer string `yaml:"manufacturer" json:"manufacturer"` // Device manufacturer