delta t lua
Posted: Friday 24 June 2016 22:28
what is going wrong??
i have the clean temp values for the temp inside and outside.
i want to calculate the delta.....and for now print it.
i have the clean temp values for the temp inside and outside.
i want to calculate the delta.....and for now print it.
do i miss something?local tempbinnen = 'binnen temperatuur'--only temp value from inside
local tempbuiten = 'buiten temp wu'--only temp valu from outside
commandArray = {}
delta = tempbuiten - tempbinnen
print (delta)
return commandArray