getStatusTimestamp method

int getStatusTimestamp()

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.

Implementation

int getStatusTimestamp() {
  return _statusTs;
}