Using this string
Code: Select all
lux = tonumber(otherdevices_svalues[c],'Lux')
I'm 100% sure theres something wrong with the formatting of this string, but as a total newb I just can't see it

Moderator: leecollings
Code: Select all
lux = tonumber(otherdevices_svalues[c],'Lux')
Code: Select all
lux = tonumber(otherdevices_svalues[c..'Lux'])
Users browsing this forum: No registered users and 1 guest