Phue\Command\GetNewSensors::isScanActive PHP Method

isScanActive() public method

Is scan currently active
public isScanActive ( ) : boolean
return boolean True if active, false if not
    public function isScanActive()
    {
        return $this->lastScan == 'active';
    }