techpack/sl_controller
Michal Cieslakiewicz 96d5ee9018 sl_controller: add battery status command.
Added $battery() function that returns battery percentage (0-100).

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2019-02-09 12:20:27 +01:00
..
textures texture´ bugfix 2019-01-31 19:05:08 +01:00
battery.lua V1.13 Smartline Controller revised. Liquid Sampler node added. Release notes added 2018-08-28 22:24:43 +02:00
commands.lua Terminal related Controller commands changed, Terminal output bugfix, Controller event handling bugfix 2019-01-29 20:52:38 +01:00
config.lua Battery and Server added 2018-06-26 23:04:25 +02:00
controller.lua sl_controller: add battery status command. 2019-02-09 12:20:27 +01:00
depends.txt New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
description.txt SaferLua added 2018-06-24 22:33:00 +02:00
init.lua v2.01 SaferLua Terminal to be connected to the SaferLua Controller 2019-01-27 22:07:54 +01:00
mod.conf New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
readme.md Update readme.md 2018-07-14 11:57:09 +02:00
server.lua formspec protection added 2019-01-28 07:18:38 +01:00
terminal.lua Terminal related Controller commands changed, Terminal output bugfix, Controller event handling bugfix 2019-01-29 20:52:38 +01:00

SaferLua Controller [sl_controller]

A tubelib compatible controller to be programmed in LUA

The mod uses SaferLua [safer_lua] as Lua sandbox for safe and secure code execution.

License

Copyright (C) 2018 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt

Dependencies

tubelib, safer_lua

History

  • 2018-06-24 v0.01 * first draft
  • 2018-06-26 v0.02 * Battery and Server added