From d991be6a26a9e5c1644829b59758b0fea5305092 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Fri, 22 Aug 2025 21:57:57 -0400 Subject: [PATCH] doc: Fix Device::Info id field type in protocol documentation --- doc/dox/internals/protocol.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dox/internals/protocol.dox b/doc/dox/internals/protocol.dox index 37a99c8f8..7a62247a8 100644 --- a/doc/dox/internals/protocol.dox +++ b/doc/dox/internals/protocol.dox @@ -712,7 +712,7 @@ The info event is emitted when binding or when the device information changed. ): props Struct( Int: n_params - ( Int: id + ( Id: id Int: flags )* ): param_info )