Add quarterly cycle to utility_meter (#11371)

Add quarterly cycle to utility_meter for tariffs of
3 month cycles.
This commit is contained in:
Andrew McRae 2019-12-09 03:27:24 +11:00 committed by Franck Nijhof
parent ef8633d434
commit 05b8151ade

View File

@ -37,7 +37,7 @@ source:
required: true required: true
type: string type: string
cycle: cycle:
description: How often to reset the counter. Valid values are `hourly`, `daily`, `weekly`, `monthly` and `yearly`. description: How often to reset the counter. Valid values are `hourly`, `daily`, `weekly`, `monthly`, `quarterly` and `yearly`.
required: true required: true
type: string type: string
offset: offset: