Phue\Sensor::getState PHP Method

getState() public method

Get state
public getState ( ) : stdClass
return stdClass State
    public function getState()
    {
        return (object) $this->attributes->state;
    }