From a2a64065f28b8cc674840a45a01db9bd85abaf1a Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Wed, 25 Aug 2021 20:55:59 +0100 Subject: [PATCH] Add cron option (#19078) --- source/_integrations/utility_meter.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/utility_meter.markdown b/source/_integrations/utility_meter.markdown index 8cd2719f2d2..3412be8ca41 100644 --- a/source/_integrations/utility_meter.markdown +++ b/source/_integrations/utility_meter.markdown @@ -54,6 +54,10 @@ offset: default: 0 type: time type: integer +cron: + description: This option is *mutually exclusive* of `cycle` and `offset`. It provides an advanced method of defining when should the counter be reset. It follows common [crontab syntax](https://crontab.guru). + required: true + type: string net_consumption: description: Set this to True if you would like to treat the source as a net meter. This will allow your counter to go both positive and negative. required: false