Phue\Command\CreateSensor::type PHP Method

type() public method

Set type
public type ( string $type ) : self
$type string Type of sensor
return self This object
    public function type($type)
    {
        $this->attributes['type'] = (string) $type;
        return $this;
    }