number devices.system.energyStart

From wiki.netio-products.com
Revision as of 17:38, 19 June 2019 by Phrych (talk | contribs) (Created page with "{{DISPLAYTITLE:number devices.system.energyStart}} Date and time since the last reset of the consumption counter. See Function devices.system.resetCumulativeConsumption()|.r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Date and time since the last reset of the consumption counter. See .resetCumulativeConsumption() The property is read only!


string devices.system.energyStart


Value

The format is space separated date and time

YYYY-MM-DD hh:mm:ss


Usage

-- log voltage of the socket
logf("Measurment start: %s", devices.system.energyStart)