|
FireSync API
|
Represents node run-time statistics.

Public Attributes | |
| k8u | cpuUsed |
| CPU utilization (percent). | |
| kDateTime | dateTime |
| Current date/time (microseconds since 00:00:00 Jan 1, 1 CE, UTC); zero if unknown. | |
| k16u | digitalInputs |
| Current digital input states. | |
| k64s | encoder |
| Current encoder value. | |
| k32s | internalTemp |
| Internal device temperature (millidegrees C). | |
| k64u | memoryCapacity |
| Device memory capacity (bytes). | |
| k64u | memoryLeaked |
| Device memory leaked (bytes); not supported on all platforms. | |
| k64u | memoryUsed |
| Device memory currently in use (bytes). | |
| k64u | netDataReceived |
| Total network data bytes received. | |
| k64u | netDataSent |
| Total network data bytes sent. | |
| k32u | recoveryCount |
| Count of error recovery operations. | |
| k64u | storageCapacity |
| Device storage ("user" volume) capacity (bytes). | |
| k64u | storageUsed |
| Device storage ("user" volume) currently in used (bytes). | |
| k64u | syncErrorCount |
| Count of synchronization errors. | |
| kSyncSource | syncSource |
| Current synchronization source. | |
| k64u | time |
| Current time (sync us). | |
| k64u | uptime |
| Time since boot (microseconds). | |