Creating a new Sensor object
<?php
$sensorArray = array('thb0', 'th0', 'rain0', 'wind0');
// OR
$sensorArray = array(
'S_INSIDE' => 'thb0',
'S_OUTSIDE'=> 'th0',
'S_RAIN' => 'rain0',
'S_WIND' => 'wind0');
$sensors =
new Sensor($sensorArray);
Documentation generated on Mon, 17 Oct 2011 16:46:21 +0200 by phpDocumentor 1.4.3