Skip to content

Commit

Permalink
fix handleReply function documentation
Browse files Browse the repository at this point in the history
Signed-off-by: alon-tchelet <alon.tchelet@streamunlimited.com>
  • Loading branch information
alon-tchelet committed Jul 2, 2024
1 parent b8073c1 commit a3dc9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/SmartThings/harman-luxury/src/api/nsdk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end
---@param func_name string
---@param u string
---@param sink string
---@param code integer
---@param code integer|string
---@param valLocationFunc function
---@return boolean|number|string|table|nil, nil|string
local function handleReply(func_name, u, sink, code, valLocationFunc)
Expand Down

0 comments on commit a3dc9a6

Please sign in to comment.