コード例 #1
0
 public function loadSensors(IMETOS $BD, array $filterById = null)
 {
     $this->_sensorsList['enabled'] = Sensor::getAll($BD, $this->getStationCode(), null, null, 1, $filterById);
 }