uptimeSeconds property
How long the device has been running since the last reboot (in seconds)
Implementation
@$pb.TagNumber(1)
$core.int get uptimeSeconds => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set uptimeSeconds($core.int value) => $_setUnsignedInt32(0, value);