Difference between revisions of "Number devices.system.energyStart"

From wiki.netio-products.com
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 17:38, 19 June 2019

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)