Search found 1 match

by xaxa
Thursday 04 April 2019 8:04
Forum: Suggestions
Topic: Add support for IPX800, a standalone relay webserver
Replies: 28
Views: 7330

Re: Add support for IPX800, a standalone relay webserver

in LUA I found that, but I had a problem with the password

-- script time pour lire les valeurs analogique de l ipx

commandArray = {}

function arrondir(num, dec)
if num == 0 then
return 0
else
local mult = 10^(dec or 0)
return math.floor(num * mult + 0.5) / mult
end
end



json ...