@@ -17,7 +17,7 @@ local max_distance = nil
|
||||
local comms = {}
|
||||
|
||||
-- protocol/data version (protocol/data independent changes tracked by util.lua version)
|
||||
comms.version = "2.4.1"
|
||||
comms.version = "2.4.2"
|
||||
|
||||
---@enum PROTOCOL
|
||||
local PROTOCOL = {
|
||||
|
||||
@@ -63,7 +63,7 @@ function types.new_zero_coordinate() return { x = 0, y = 0, z = 0 } end
|
||||
|
||||
---@class rtu_advertisement
|
||||
---@field type RTU_UNIT_TYPE
|
||||
---@field index integer
|
||||
---@field index integer|false
|
||||
---@field reactor integer
|
||||
---@field rsio table|nil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user