| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
An entry in the reliability error log. More...
import <Fitness.idl;
| Public Attributes | |
| string | id | 
| id of the associated data entry | |
| int | value | 
| normalized value | |
| int | thresholdValue | 
| normalized threshold value | |
| long | rawValue | 
| raw value | |
| int | powerOnHours | 
| power on hours when error occured | |
| time | timeStampUTC | 
| UTC time stamp when error occured. | |
An entry in the reliability error log.
An error log entry is made when the normalized value of a data entry drops below the normalized threshold value.
Definition at line 38 of file Fitness.idl.
| string fitness::Fitness::ErrorLogEntry::id | 
id of the associated data entry
Definition at line 39 of file Fitness.idl.
| int fitness::Fitness::ErrorLogEntry::powerOnHours | 
power on hours when error occured
Definition at line 43 of file Fitness.idl.
| long fitness::Fitness::ErrorLogEntry::rawValue | 
raw value
Definition at line 42 of file Fitness.idl.
| int fitness::Fitness::ErrorLogEntry::thresholdValue | 
normalized threshold value
Definition at line 41 of file Fitness.idl.
| time fitness::Fitness::ErrorLogEntry::timeStampUTC | 
UTC time stamp when error occured.
Definition at line 44 of file Fitness.idl.
| int fitness::Fitness::ErrorLogEntry::value | 
normalized value
Definition at line 40 of file Fitness.idl.