We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 206b360 + e957ab5 commit 7e38a4aCopy full SHA for 7e38a4a
1 file changed
pkg/client/devices.go
@@ -196,6 +196,12 @@ type DeviceHeartbeatWithConfig struct {
196
// Current image version for the device
197
Version string `json:"version" db:"version"`
198
199
+ // ALSA device name ("sndrpihifiberry")
200
+ ALSAName string `json:"alsaName" db:"alsa_name"`
201
+
202
+ // ALSA device type ("snd_rpi_hifiberry_dacplusadcpro")
203
+ Overlay string `json:"overlay" db:"overlay"`
204
205
// Descriptive name for the device
206
Name string `json:"name" db:"name"`
207
0 commit comments