From fb14c9c3682b6f5e765d4e8a1ebef4a3307c5e6e Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Wed, 7 Dec 2022 20:04:28 -0500 Subject: [PATCH] grpc bug fixes --- internal/pkg/reactor/monitoring.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/reactor/monitoring.go b/internal/pkg/reactor/monitoring.go index a5d04fc..012dcbc 100644 --- a/internal/pkg/reactor/monitoring.go +++ b/internal/pkg/reactor/monitoring.go @@ -13,7 +13,7 @@ import ( // implements grpc handler and device data aggregater handler type DeviceStatus struct { Addr int - Status string + Status pb.Status // 0 = Dead, 1 = alive, 2 = unkown Type string Data string }