#!/bin/bash

BasePath=../../..;source $BasePath/Commons.sh

function PapagoReadCh1()
{
    #return "`wget -o /dev/null -O - "http://192.168.2.237/fresh.xml" | grep -Po '<sns id=\"1\".*val=\"\K[ 0-9\.]*'|xargs`"
    echo `wget -o /dev/null -O - "http://192.168.2.237/fresh.xml" | grep -Po '<sns id=\"1\".*val=\"\K[ 0-9\.]*'`
}
