calaos / calaos_base

Calaos server
https://calaos.fr
GNU General Public License v3.0
160 stars 37 forks source link

WebInput path #132

Closed AussieGreg closed 7 years ago

AussieGreg commented 7 years ago

I use a WebInput / WebInputTemp to get values from a text file: http://192.168.1.53/ds18b20.txt Content => 12.75,12.25,8.75

Path 1/2/, returns 12.25 => correct Path 1/3/, returns 0 => not correct

If i change the content to 12.75,12.25,8.75, => 1/3/, = 8.75

=> The extraction is not working for the last value

raoulh commented 7 years ago

Works with git master