add Lua bindings for ubus events
[oweals/ubus.git] / lua / test_client.lua
index f55c32742d390fc78282a8b0a95be7402c06dfdf..0b60e0dcd52b67769cf28d358a17177d7e7a0db3 100755 (executable)
@@ -36,4 +36,6 @@ for a = 1, #status do
        end
 end
 
+conn:send("test", { foo = "bar"})
+
 uloop.run()