PMF(9lua) | LUA Kernel Developer's Manual | PMF(9lua) |
pmf
— Lua binding
to the power management framework
local pmf = require 'pmf'
The pmf
Lua binding provides access to the
power management framework.
pmf.system_shutdown(howto)
pmf
table:
pmf.set_platform(key,
value)
value =
pmf.get_platform(key)
A pmf
Lua manual appeared in
NetBSD 7.0.
The pmf
Lua binding was written by
Marc Balmer
<mbalmer@NetBSD.org>.
October 29, 2013 | NetBSD 10.99 |