From 99f96cdfbf0c6702dfbe1e76ecb86a3b3e3e9c0f Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Fri, 3 Sep 2021 15:07:37 +0100 Subject: [PATCH] Update cycle parameter in utility_meter (#19182) --- source/_integrations/utility_meter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/utility_meter.markdown b/source/_integrations/utility_meter.markdown index 3412be8ca41..9093f3d0e66 100644 --- a/source/_integrations/utility_meter.markdown +++ b/source/_integrations/utility_meter.markdown @@ -46,7 +46,7 @@ name: type: string cycle: description: How often to reset the counter. Valid values are `quarter-hourly`, `hourly`, `daily`, `weekly`, `monthly`, `bimonthly`, `quarterly` and `yearly`. Cycle value `bimonthly` will reset the counter once in two months. - required: true + required: false type: string offset: description: "Cycle reset occur at the beginning of the period (0 minutes, 0h00 hours, Monday, day 1, January). This option enables the offsetting of these beginnings. Supported formats: `offset: 'HH:MM:SS'`, `offset: 'HH:MM'` and Time period dictionary (see example below)."