number devices.system.voltage

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

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)