Phue\Command\GetNewSensors::getSensors PHP Method

getSensors() public method

Get sensors
public getSensors ( ) : array
return array List of new sensors
    public function getSensors()
    {
        return $this->sensors;
    }