getDeviceMetadataRequest property
Request the node to send device metadata (firmware, protobuf version, etc)
Implementation
@$pb.TagNumber(12)
$core.bool get getDeviceMetadataRequest => $_getBF(10);
Implementation
@$pb.TagNumber(12)
set getDeviceMetadataRequest($core.bool value) => $_setBool(10, value);