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

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

Latest revision as of 15:47, 19 June 2019

Returns the voltage (in millivolts) on the socket. The property is read only!


number devices.system.voltage


Value

number voltage on socket (in millivolts)

Usage

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