From 901972c7b8ec5f7bcc33f36476d2903b0ba168c4 Mon Sep 17 00:00:00 2001 From: henry Date: Tue, 19 Nov 2024 06:54:43 -0800 Subject: [PATCH] Added BleCompany --- messages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages.go b/messages.go index 458c9dd..abf2710 100644 --- a/messages.go +++ b/messages.go @@ -968,7 +968,7 @@ type StatusMessage struct { } type BleCompany struct { - CompanyId int16 `json:"company_id,omitempty"` + CompanyId uint16 `json:"company_id,omitempty"` Name string `json:"name,omitempty"` }