number devices.system.totalCurrent

From wiki.netio-products.com
Revision as of 17:26, 19 June 2019 by Phrych (talk | contribs) (Created page with "{{DISPLAYTITLE:number devices.system.totalCurrent}} Returns the current (in milliamperes) on the socket. <b>The property is read only!</b> <i>number</i> <code>devices.system...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the current (in milliamperes) on the socket. The property is read only!


number devices.system.totalCurrent


Value

number total current on socket (in milliamperes)

Usage

-- log current of the socket
logf("total current: %d", devices.system.totalCurrent)