diff options
Diffstat (limited to 'conf.d/project/etc/sig-geoloc.json')
-rw-r--r-- | conf.d/project/etc/sig-geoloc.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf.d/project/etc/sig-geoloc.json b/conf.d/project/etc/sig-geoloc.json index 3b0e4eb..6bd18b6 100644 --- a/conf.d/project/etc/sig-geoloc.json +++ b/conf.d/project/etc/sig-geoloc.json @@ -33,7 +33,7 @@ "latitude", "longitude" ], - "class": "state", + "retention": 30, "unit": "degree", "frequency": 1, "actions": { @@ -45,7 +45,7 @@ { "id": "speed", "event": "gps/location", - "class": "temporal", + "retention": 30, "unit": "m/s", "frequency": 1 }, @@ -124,7 +124,7 @@ { "id": "sigma_speed", "event": "gps/location", - "class": "temporal", + "retention": 30, "unit": "m/s", "frequency": 1 }, @@ -142,13 +142,13 @@ { "id": "dr_status", "event": "gps/location", - "class": "state", + "retention": 30, "frequency": 1 }, { "id": "reliabilty_index", "event": "gps/location", - "class": "temporal", + "retention": 30, "frequency": 1 } ] |