Phue\Command\CreateSensor::modelId PHP Method

modelId() public method

Set model Id
public modelId ( string $modelId ) : self
$modelId string Model Id
return self This object
    public function modelId($modelId)
    {
        $this->attributes['modelid'] = (string) $modelId;
        return $this;
    }