time property
This is usually not sent over the mesh (to save space), but it is sent from the phone so that the local device can set its RTC If it is sent over the mesh (because there are devices on the mesh without GPS), it will only be sent by devices which has a hardware GPS clock. seconds since 1970
Implementation
@$pb.TagNumber(4)
$core.int get time => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set time($core.int value) => $_setUnsignedInt32(3, value);