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 time if it is sent over the mesh (because there are devices on the mesh without GPS or RTC). 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);