You are here

public property SensorConfig::$thresholds in Monitoring 8

The sensor thresholds.

Type: array

File

src/Entity/SensorConfig.php, line 144
Contains \Drupal\monitoring\Entity\SensorConfig.

Class

SensorConfig
Represents a sensor config entity class.

Namespace

Drupal\monitoring\Entity

Code

public $thresholds = array(
  'type' => 'none',
);