grpc bug fixes

main
KeeganForelight 2 years ago
parent 4d91819206
commit fb14c9c368

@ -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
}

Loading…
Cancel
Save