CLuaInstMisc:: Add script function postMsg() to send a neutrino message

- Currently possible message: POSTMSG.STANDBY_ON
 - Set Lua api version to 1.33
This commit is contained in:
M. Liebmann
2015-12-15 21:48:19 +01:00
parent 3a64f6c230
commit 37e8c328c5
4 changed files with 30 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ extern "C" {
#include "luainstance_helpers.h"
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 32
#define LUA_API_VERSION_MINOR 33
/* inspired by Steve Kemp http://www.steve.org.uk/ */
class CLuaInstance