diff --git a/reach/test_results.go b/reach/test_results.go index 0c050b9..d7ee808 100644 --- a/reach/test_results.go +++ b/reach/test_results.go @@ -13,12 +13,13 @@ const ( ) // TestResults are the ReachRS module's test results +// type TestResults struct { - UBlox bool `json:"u-blox"` - STC bool `json:"stc"` - MPU bool `json:"mpu"` Device string `json:"device"` Lora bool `json:"lora"` + MPU bool `json:"mpu"` + STC bool `json:"stc"` + UBlox bool `json:"u-blox"` } // TestResults returns the ReachRS module tests results