#67 boilerv RTU supervisor session, supervisor session cleanup
This commit is contained in:
@@ -18,7 +18,7 @@ local TXN_TYPES = {
|
||||
local TXN_TAGS = {
|
||||
"boiler.build",
|
||||
"boiler.state",
|
||||
"boiler.tanks",
|
||||
"boiler.tanks"
|
||||
}
|
||||
|
||||
local PERIODICS = {
|
||||
@@ -47,7 +47,7 @@ function boiler.new(session_id, unit_id, advert, out_queue)
|
||||
periodics = {
|
||||
next_build_req = 0,
|
||||
next_state_req = 0,
|
||||
next_tanks_req = 0,
|
||||
next_tanks_req = 0
|
||||
},
|
||||
---@class boiler_session_db
|
||||
db = {
|
||||
|
||||
Reference in New Issue
Block a user