From 8c548e56c47352ec84f5087ab6ffc64d0e1782ce Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 8 Dec 2016 12:24:38 -0800 Subject: [PATCH] Satellite count should be int --- src/Vehicle/GPSFact.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Vehicle/GPSFact.json b/src/Vehicle/GPSFact.json index 938e3dd37..db76da950 100644 --- a/src/Vehicle/GPSFact.json +++ b/src/Vehicle/GPSFact.json @@ -29,7 +29,6 @@ { "name": "count", "shortDescription": "Sat Count", - "type": "double", - "decimalPlaces": 0 + "type": "uint32" } ] -- 2.22.0