Current Lua downloadable firmware will be posted here

User avatar
By cocojackr42
#16930 I've exposed my function like this:
Code: Select allfunction setRgb(payload)
    result = ""
    pcall(function() result = fSetRgb(payload) end)
    return result
end
cs:func("setRgb")


but is not displayed under well-known. I am using the Firefox Plugin Copper.
I can call the method using the path coap://XXX.XXX.XXX.XXX:5683/v1/f/setRgb

is this a known behavior or do I need to enable something?