clear status cache when connection is lost/reset, allow requesting of full status

This commit is contained in:
Mikayla Fischler
2022-05-03 17:10:42 -04:00
parent 665b33fa05
commit 25c6b311f5
2 changed files with 10 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ os.loadAPI("config.lua")
os.loadAPI("plc.lua")
os.loadAPI("threads.lua")
local R_PLC_VERSION = "alpha-v0.5.0"
local R_PLC_VERSION = "alpha-v0.5.1"
local print = util.print
local println = util.println