number devices.system.totalLoad

From wiki.netio-products.com
Revision as of 17:31, 19 June 2019 by Phrych (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)