This commit is contained in:
cqc
2021-07-26 19:19:08 -05:00
parent 5454e0d9e5
commit 4fbb3e0213
6 changed files with 163 additions and 11 deletions

10
lua/kontrol.lua Normal file
View File

@ -0,0 +1,10 @@
mqtt = tryfile("mqtt.lua")
fet8 = tryfile("8-mosfet.lua")
mqtt:publish("/shannon/kontrol/status", "hello", 0, 0, function(client) print("sent hello") end)