A single value for a Dashboard Sensor gathered at a specific time. More...


| Static Public Member Functions | |
| _.Library.Integer | GetReadings (_.Library.String sid, _.Library.String iid, _.Library.Integer sPer, _.Library.String sTime, _.Library.ListOfObjects readings) | 
| INPUTS.  More... | |
| _.Library.Status | Purge (_.Library.TimeStamp Time) | 
| Purge old readings, up to 'Time' argument (in TimeStamp format). | |
| Public Attributes | |
| Sensor | |
| More... | |
| Value | |
| More... | |
A single value for a Dashboard Sensor gathered at a specific time.
The collected history of a Sensor is kept as children of SYS.Monitor.Sensor.
| 
 | static | 
INPUTS.
sid: A string defining the sensor's name, or null if all sensor's readings should be returned iid: A string defining the sensor's item, or null if all sensor's readings should be returned sPer: An integer defining the sample period of which to return readings sTime: A string in timestamp format that defines the starting point to get data from readings: A list of objects passed in by reference that will be populated with sensor data RETURNS code: the http code (204 if no data was found, 200 if data was found)
| Value |