From 6a79c6c463f656e67ded01d2c770d49bb1a5deb8 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 18 Jan 2024 14:32:32 +0100 Subject: [PATCH] Adapt TimeBase description. --- tariffs/tariff_naz.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tariffs/tariff_naz.json b/tariffs/tariff_naz.json index 926cdf9..5507c40 100644 --- a/tariffs/tariff_naz.json +++ b/tariffs/tariff_naz.json @@ -31,11 +31,15 @@ ], "TimeBase": [ { + "tbase_id": 0, "tbase_type": 0, + "tbase_type_comment": "time is given as starting from some wall-clock-time", "tbase_label": "absolute time" }, { + "tbase_id": 1, "tbase_type": 1, + "tbase_type_comment": "time is given as starting from 0 minutes", "tbase_label": "relative time" } ],