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

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

Latest revision as of 17:26, 19 June 2019

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)