Print lua version on startup

This commit is contained in:
2025-08-31 23:57:56 +02:00
parent 6db5831571
commit 9616017c8f

View File

@@ -1,4 +1,4 @@
print("Hello from lua") print(_VERSION)
local host = automation.util.get_hostname() local host = automation.util.get_hostname()
print("Running @" .. host) print("Running @" .. host)