getStatusTimestamp method
The server-side timestamp of the device status.
Lifecycle This method can be called at any time.
Returns The server-side timestamp of the device status.
- See getStatus
Implementation
int getStatusTimestamp() {
return _statusTs;
}