Phue\Sensor::getConfig PHP Method

getConfig() public method

Get config
public getConfig ( ) : stdClass
return stdClass Config
    public function getConfig()
    {
        return (object) $this->attributes->config;
    }