Added bimonthly cycle Period for utility_meter component (#14469)

This commit is contained in:
Hareesh M U 2020-09-16 00:35:18 +05:30 committed by GitHub
parent 94f5e0fc5b
commit 6ae39dbf40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,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`, `quarterly` and `yearly`. description: How often to reset the counter. Valid values are `hourly`, `daily`, `weekly`, `monthly`, `bimonthly`, `quarterly` and `yearly`. Cycle value `bimonthly` will reset the counter once in two months.
required: true required: true
type: string type: string
offset: offset: