Het is mogelijk om een lua-commando naar Ansel te sturen via de DBus-interface. De methode org.Ansel.service.Remote.Lua
neemt een enkele stringparameter die wordt geïnterpreteerd als een lua-opdracht. De opdracht wordt uitgevoerd in de huidige lua-context en moet nul of een tekenreeks retourneren. Het resultaat wordt teruggegeven als het resultaat van de DBus-methode.
If the Lua call results in an error, the DBus method call will return an error org.Ansel.Error.LuaError
with the lua error message as the message attached to the DBus error.