Phue\Command\CreateSensor::configAttribute PHP Method

configAttribute() public method

Config attribute
public configAttribute ( string $key, mixed $value ) : self
$key string Key
$value mixed Value
return self This object
    public function configAttribute($key, $value)
    {
        $this->config[$key] = $value;
        return $this;
    }