From 06b324315ff97a9fcb82206175d1979027a3f5e9 Mon Sep 17 00:00:00 2001 From: PK <15170689+pawanline@users.noreply.github.com> Date: Sun, 11 Jan 2026 14:00:58 +0530 Subject: [PATCH] added on commit --- buzzer/buzzer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/buzzer/buzzer.go b/buzzer/buzzer.go index 11b054d90..c700d9b5a 100644 --- a/buzzer/buzzer.go +++ b/buzzer/buzzer.go @@ -8,6 +8,7 @@ import ( ) // Device wraps a GPIO connection to a buzzer. +// this is helping in device details storege type Device struct { pin pin.OutputFunc High bool