number devices.system.totalLoad

From wiki.netio-products.com
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)