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

From wiki.netio-products.com
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:number devices.system.totalLoad}} Returns the total load (in watts) of the socket. <b>The property is read only!</b> <i>number</i> <code>devices.system.totalL...")
 
(No difference)

Latest revision as of 17:31, 19 June 2019

Returns the total load (in watts) of the socket. The property is read only!


number devices.system.totalLoad


Value

number total load of socket (in watts)

Usage

-- log total load of the socket
logf("voltage: %d", devices.system.totalLoad)